Runs
List Runs
Retrieve Run
ModelsExpand Collapse
Job = object { id, agent_id, background, 15 more }
Representation of offline jobs, used for tracking status of data loading tasks (involving parsing and embedding files).
id: optional string
The human-friendly ID of the Job
agent_id: optional string
The agent associated with this job/run.
background: optional boolean
Whether the job was created in background mode.
callback_error: optional string
Optional error message from attempting to POST the callback endpoint.
callback_sent_at: optional string
Timestamp when the callback was last attempted.
callback_status_code: optional number
HTTP status code returned by the callback endpoint.
callback_url: optional string
If set, POST to this URL when the job completes.
completed_at: optional string
The unix timestamp of when the job was completed.
created_at: optional string
The unix timestamp of when the job was created.
created_by_id: optional string
The id of the user that made this object.
The type of the job.
last_updated_by_id: optional string
The id of the user that made this object.
metadata: optional map[unknown]
The metadata of the job.
The status of the job.
The reason why the job was stopped.
total_duration_ns: optional number
Total run duration in nanoseconds
ttft_ns: optional number
Time to first token for a run in nanoseconds
updated_at: optional string
The timestamp when the object was last updated.