---
title: "Retrieve jobs from a region of the job graph"
method: GET
path: "/v2/org/{orgId}/job/graph"
tags: ["job"]
---

# Retrieve jobs from a region of the job graph

`GET /v2/org/{orgId}/job/graph`

## Path parameters

- `orgId` string, required

## Query parameters

- `start` string
- `depth` integer
- `approxLimit` integer
- `scenarioId` string
- `q` string
- `date` string, date
- `fields` string
- `format` string
- `useScenarioChanges` boolean
- `returnAccess` string

## Response `200`

successful operation

- ResultsData
  - `data` object[], required
  - `next` string
  - `access` ResultsAccess[]
    - `ids` string[]
    - `allowed` AccessAction[], required
      - `action` string, required
      - `fields` string[]
      - `types` string[]
  - `totalRow` object

## Other responses

- `401` — not authorized
- `404` — not found

---

[API](https://skmtc.net/charthop/apis/charthop-api.md) · [All operations](https://skmtc.net/charthop/apis/charthop-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/charthop/charthop-api/versions/50a1edd6b27e/schema)
