job

Graphql fields and variables for the job query

Background jobs processed by Bunny

Scope required: workflow:read

For a complete list of possible response fields see the Job type.

query job ($id: ID) {
  job (id: $id) {
    createdAt
    duration
    id
    name
    notes
    notesExerpt
    updatedAt
  }
}

Arguments

Name
Type
Description

id

ID

Response

Last updated

Was this helpful?