v3

latestSwagger 2.02026-08-067506752.0 MB
job

Retrieve jobs from a region of the job graph

get/v2/org/{orgId}/job/graph

Path parameters

orgIdstring required

Org identifier (either id or slug)

Query parameters

startstring

Job id to use as the starting point for the search

depthinteger

Number of levels down to search

approxLimitinteger

Number of results to return, approximately

scenarioIdstring

Scenario id to query

qstring

Query string to filter by

datestring date

Date to search as of

fieldsstring

Fields to retrieve, comma-separated

formatstring

Data format to use; default is json, can also use json-extended or json-readable

useScenarioChangesboolean

Find jobs only based on the changes that are in the scenario. This option also allows you to reference the change within the filter, which is otherwise not allowed

returnAccessstring

Return access information -- pass a list of actions to check, for example: create,update,delete

Response

successful operation

dataobject[] required
nextstring
totalRowobject

Example response

{
  "access": [
    {
      "ids": [
        "588f7ee98f138b19220041a7"
      ]
    }
  ]
}