Graphql fields and variables for the job query
Last updated 6 months ago
Was this helpful?
Background jobs processed by Bunny
Scope required: workflow:read
For a complete list of possible response fields see the type.
query job ($id: ID) { job (id: $id) { createdAt duration id name notes notesExerpt updatedAt } }
id
ID