move_get_job
Check the status and progress of a motion capture processing job by polling its state. Retrieve output files once the job reaches FINISHED.
Instructions
Fetch a job, including its state and percentage progress.
States: NOT_STARTED, STARTED, RUNNING, FINISHED, FAILED. Poll this rather than blocking; processing typically takes minutes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expand | No | Nested objects to include: take, outputs, client, inputs, rig. Use 'outputs' once state is FINISHED to get downloadable files. | |
| job_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||