List Jobs
List all jobs. TODO (cliandy): implementation for pagination
Headers
Authorization
Header authentication of the form Bearer <token>
Query parameters
source_id
Only list jobs associated with the source.
before
Cursor for pagination
after
Cursor for pagination
limit
Limit for pagination
ascending
Whether to sort jobs oldest to newest (True, default) or newest to oldest (False)
Response
Successful Response
created_by_id
The id of the user that made this object.
last_updated_by_id
The id of the user that made this object.
created_at
The timestamp when the object was created.
updated_at
The timestamp when the object was last updated.
status
The status of the job.
completed_at
The unix timestamp of when the job was completed.
metadata
The metadata of the job.
job_type
The type of the job.
Allowed values:
callback_url
If set, POST to this URL when the job completes.
callback_sent_at
Timestamp when the callback was last attempted.
callback_status_code
HTTP status code returned by the callback endpoint.
callback_error
Optional error message from attempting to POST the callback endpoint.
id
The human-friendly ID of the Job