Documentation Index
Fetch the complete documentation index at: https://otoyinc.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Query Job Runs
After creating a Job, query for its Job Runs to get connection information:View Job Run Logs
The list endpoint (GET /v1/job-runs) does not include logs to keep responses small. To retrieve logs via the API, request a specific Job Run:
logs field with container output.
Job Lifecycle
| Status | Description |
|---|---|
PENDING | Waiting for node assignment |
ASSIGNED | Node selected, container starting |
RUNNING | Container executing |
COMPLETED | Finished successfully |
FAILED | Error occurred |
CANCELLED | Cancelled by user |
CANCELLING | Cancel requested |