Skip to main content

Documentation Index

Fetch the complete documentation index at: https://veryfront.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Job query.

Operation details

FieldValue
Namejob
GroupJobs
TypeQuery
Signaturejob(input: JobInput!): Job

Playground

Query

Query
query Job($input: JobInput!) {
  job(input: $input) {
    id
    name
    status
    createdAt
    updatedAt
    artifacts
  }
}

Variables

Variables
{
  "input": {
    "id": "",
    "projectId": ""
  }
}