Asynchronous mission status
mission_status_jobCheck a mission job's status and identify orphaned jobs after a server restart by providing job ID and, for persisted status, mission and project IDs.
Instructions
Status of a mission job. After a server restart pass project_id and mission_id: a job that was still running is reported as orphaned.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | Job id. | |
| mission_id | No | Mission of the job (for persisted status). | |
| project_id | No | Project of the job (for persisted status). |