Every agent run creates a job. Jobs are asynchronous, you submit parameters, get a job ID back, then poll until results are ready.Documentation Index
Fetch the complete documentation index at: https://docs.mindcase.co/llms.txt
Use this file to discover all available pages before exploring further.
Job Lifecycle
| Status | Description |
|---|---|
queued | Job is waiting to be processed |
running | Agent is actively collecting data |
completed | Finished, results are available |
failed | Error occurred, check the error field |
cancelled | Cancelled by you, nothing charged |
Job results expire after 7 days. Download your data before the
expires_at timestamp.