Retrieves a mission
Returns information about a mission
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 mission id
Response
A Mission object containing all mission's attributes
Unique mission id
Optional. The id of the robot associated to this mission. It can only be omitted for missions that have not yet been started.
Optional. Mission status (error, warning, ok). Most of the times this value is not needed; it will be derived from status and other fields.
Is the robot currently executing the mission ?
Mission creation timestamp
List of mission tasks
Optional. Mission state. For example "running", "stuck", "late". Mostly customer-dependent; although some states will have their own semantics (configurable).
Optional. Mission description (in the PUT call, mission can be renamed).
Mission last update timestamp
Mission last update timestamp
Progress of the mission
Optional. Updates the mission estimated duration (in seconds).
Arguments passed to this mission. Free-form, key-value dictionary.
Metadata associated to this mission; including telemetry or results collected while running the mission. Free-form, key-value dictionary.
Mission last update timestamp
Id of the task currently being executed by the robot