List all current and historical jobs, and associated metadata
Key YOUR_API_KEY
Example: Authorization: Key sk_live_abc123...
jobs
array contains the following fields:
job_id
: Unique identifier for the jobstatus
: Current status of the job (succeeded, failed, running, pending, etc.)created_at
: ISO timestamp of when the job was createdcompleted_at
: ISO timestamp of when the job completed (null if still running)model
: The model used for the jobinput_count
: Number of inputs processed in the jobpriority
: Priority level of the job (0 or 1)