jobs
List Jobs
List all jobs.
GET
/
v1
/
jobs
/
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
source_id
string | null
Only list jobs associated with the source.
Response
200 - application/json
metadata_
object | null
The metadata of the job.
id
string
The human-friendly ID of the Job
status
enum<string>
The status of the job.
Available options:
created
, running
, completed
, failed
, pending
created_at
string
The unix timestamp of when the job was created.
completed_at
string | null
The unix timestamp of when the job was completed.
user_id
string
requiredThe unique identifier of the user associated with the job.