Skip to main content
GET
/
jobs
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Query Parameters

jobName
string | null

Filter by specific job name

limit
integer
default:50

Maximum number of jobs to return

Required range: 1 <= x <= 100
startKey
string | null

Pagination cursor for next page

batch
string | null

Filter by batch ID

organization
boolean
default:false

Return all jobs in organization

includeSubjobs
boolean
default:false

Include subjob details

jobEmail
string | null

Filter by user email

algorithm
string | null

Filter by algorithm type (e.g., 'boltz', 'rfdiffusion')

Response

Successful Response