For the complete documentation index, see llms.txt. This page is also available as Markdown.

job

Graphql fields and variables for the job query

Scope required:

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?