Skip to main content
GET

Query parameters

workflow_id
string
Filter by workflow ID.
status
string
Filter by job status.

Response

id
string
required
Unique identifier for the job.
workflow_id
string
required
Unique identifier of the workflow that created this job.
workflow_name
string
required
Name of the workflow that created this job.
status
string
required
Job status.
created_at
string
required
ISO 8601 timestamp when the job was created.
runtime
string
ISO 8601 duration of the job run.
input_file_ids
array
IDs of input files for this job.
output_node_files
array
Output file metadata objects. Each object includes node_id, file_id, node_type, and node_subtype.
job_type
string
Job type. Default: ephemeral.