Query project job data points
Returns paginated job data points for the current project.
Query parameters
Job type to query.
Job type to query.
Hours of history to include.
Hours of history to include.
Filter by status.
Filter by status.
[ "completed", "failed" ]
Number of items per page.
Number of items per page.
Cursor token for the next page.
Cursor token for the next page.
Include items created at or after this timestamp (inclusive)
Include items created at or after this timestamp (inclusive)
Include items created at or before this timestamp (inclusive)
Include items created at or before this timestamp (inclusive)
Cookies
Response
Successful Response
Example response
{
"items": [
{
"created_at": "2026-04-29T18:00:00Z",
"custom_tag": "premium",
"id": "pjb-aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee",
"project_id": "11111111-1111-1111-1111-111111111111",
"state_transitions": {
"completed_at": "2026-04-29T18:01:00Z",
"pending_at": "2026-04-29T18:00:00Z",
"running_at": "2026-04-29T18:00:05Z"
},
"status": "completed",
"updated_at": "2026-04-29T18:01:00Z"
}
]
}Changes
Changed in 6 of the 33 revisions of this API.25
- ○
added the optional property
detail/items/ctxto the response with the422statusresponse-optional-property-added
- ○
added the optional property
detail/items/inputto the response with the422statusresponse-optional-property-added
This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 46 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 6 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
endpoint added
endpoint-added
- ○