v51

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-01140309549.5 KB
projects
jobs

List jobs for a project

➕ Bencher Plus: List all jobs for a project. The job output is not included in the list response. If the project is public, then the user does not need to be authenticated. If the project is private, then the user must be authenticated and have view permissions for the project, or provide a valid project key for the project. By default, the jobs are sorted by creation date time in reverse chronological order. The HTTP response header X-Total-Count contains the total number of jobs.

get/v0/projects/{project}/jobs

Path parameters

projectstring required

The slug or UUID for a project.

Query parameters

direction'asc' | 'desc'

The direction to sort by. If not specified, the default sort direction is used.

pageinteger nullable

The page number to return. If not specified, the first page is returned.

per_pageinteger nullable

The number of items to return per page. If not specified, the default number of items per page (8) is used.

sort'created'

Sort by creation date time.

The field to sort by. If not specified, the default sort field is used.

status'pending' | 'claimed' | 'running' | 'completed' | 'processed' | 'failed' | 'canceled'

Job status

Filter by job status.

Response

successful operation

claimedstring date-time
completedstring date-time
createdstring date-time required
modifiedstring date-time required
runnerstring uuid
startedstring date-time
status'pending' | 'claimed' | 'running' | 'completed' | 'processed' | 'failed' | 'canceled' required

Job status

uuidstring uuid required