Skip to main content
GET
Returns up to limit jobs, newest first. There is no offset or cursor: this endpoint shows recent runs, not a full history. limit is clamped rather than refused. A value below 1 becomes 1, a value above 100 becomes 100, and a value that is not a whole number falls back to 20. source_id filters the list. A well-formed ID that is not one of your sources matches nothing and returns an empty data array. A value longer than 64 characters returns 404. Any role in the organization can list jobs.
string
Return only this source’s jobs (a UUID).
integer
default:"20"
Maximum number of jobs to return, from 1 to 100.

Response

object[]
required
Jobs, newest first.
Last modified on September 26, 2026