Queries the status of an action execution reported by a robot
Queries the status of an action execution for a robot
Documentation Index
Fetch the complete documentation index at: https://inorbitinc.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
InOrbit appKey authenticates API requests using a token.
You can obtain your appKey in the Authentication docs.
Path Parameters
The robot's id
The action executionId of a previously triggered action
Response
Current status of the action execution
An action execution status, including return code and outputs
Execution status
started, finished, aborted timestamp (unix epoch millis) when the action execution started
timestamp (unix epoch millis) when the action status was last updated
ID that identifies the action execution and can be used to later query it's status.
Only the execution of actions of type RunScript have an associated executionId.
Optional extra information related to the status