Skip to main content
Requires an API key with read_only or full_access scope. Returns a paginated list of jobs for a project. Results are returned in pages of up to 50 jobs.

Path parameters

string
required
The unique identifier of the project.

Query parameters

string
Pagination cursor from a previous response. Omit for the first page.

Response

object[]
Array of job objects.
number
Number of jobs in the current page.
string | null
Cursor for the next page. null when there are no more results.
string
The project ID these jobs belong to.

Errors

404 Not Found - Project not found.