For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Open sourceSupportFAQsDocs Home
  • Introduction
    • About
    • Limitations
    • Components
  • Install and configure
    • Dependencies
    • Install
    • Configure
    • Verify and test instance
    • Assigning roles
  • Use actions and flows
      • Actions
        • Itential Actions for instances
        • automation-cancel
        • automation-get-metrics
        • automation-get-result
        • automation-get-status
        • automation-get-token
        • automation-get-token-oauth
        • automation-start-endpoint
        • automation-start-manual
        • automations-list
    • Flows
  • Resources
    • Troubleshoot
    • FAQ
LogoLogo
Open sourceSupportFAQsDocs Home
On this page
  • Purpose
  • automation-get-result
  • Input
  • Output
  • Sample Output
  • Error Output
Use actions and flowsActionsActions reference

automation-get-result

Was this page helpful?
Previous

automation-get-status

Next
Built with

Purpose

This automation returns Itential job variables given a specific automation ID.

automation-get-result

API used:

/operations-manager/jobs/:id

Input

InputsData TypeSample InputDescription
instance_nameDropdown (String)SE Lab Prod 2023.1The Itential Platform instance name
automation_idString4278c701b83943b08a98***The Automation ID of the automation to get its status
token (optional)string9f0999c2-7054-4820-8eeb-c3052d30acaaAuthentication token or empty if an API key is used

Output

OutputData TypeSample OutputDescription
automation-resultJSONSample output shown below.Returns the resulting variables from the automation.

Sample Output

1{
2 "initiator": "user.user@itential.com",
3 "_id": "2df0119b027a4acda713739c"
4}

Error Output

Error OutputData TypeSample OutputDescription
error_messageStringMalformed URL encountered: Protocol is missing in the URLError message