Job
List jobs
Retrieve a list of jobs with optional filtering.
GET
Documentation Index
Fetch the complete documentation index at: https://docs.unstructured.io/llms.txt
Use this file to discover all available pages before exploring further.
Query parameters
Filter by workflow ID.
Filter by job status.
| Value | Description |
|---|---|
SCHEDULED | Job is queued to run. |
IN_PROGRESS | Job is currently running. |
COMPLETED | Job finished successfully. |
STOPPED | Job was manually stopped. |
FAILED | Job failed to complete. |
Response
Unique identifier for the job.
Unique identifier of the workflow that created this job.
Name of the workflow that created this job.
Job status.
| Value | Description |
|---|---|
SCHEDULED | Job is queued to run. |
IN_PROGRESS | Job is currently running. |
COMPLETED | Job finished successfully. |
STOPPED | Job was manually stopped. |
FAILED | Job failed to complete. |
ISO 8601 timestamp when the job was created.
ISO 8601 duration of the job run.
IDs of input files for this job.
Output file metadata objects. Each object includes
node_id, file_id, node_type, and node_subtype.Job type. Default:
ephemeral.
