v51

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

View a job

➕ Bencher Plus: View a job for a project. 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. The job output is only included in the response for terminal (completed, failed, or canceled) jobs when the user is authenticated and has view permissions for the project.

get/v0/projects/{project}/jobs/{job}

Path parameters

jobstring uuid required

The UUID for a job.

projectstring required

The slug or UUID for a project.

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