---
title: "Return all job codes in the organization paginated"
method: GET
path: "/v1/org/{orgId}/job-code"
tags: ["job-code"]
---

# Return all job codes in the organization paginated

`GET /v1/org/{orgId}/job-code`

## Path parameters

- `orgId` string, required

## Query parameters

- `from` string
- `limit` integer
- `returnAccess` string
- `format` string
- `filterValues` string
- `includeFieldValues` boolean

## Response `200`

successful operation

- ResultsJobCode
  - `data` JobCode[], required
    - `id` string, required — globally unique id
    - `orgId` string, required — parent organization id (empty if global)
    - `title` string, required — job title corresponding to this job code
    - `code` string, required — code of job code
    - `notes` TextRef
      - `textId` string
      - `text` string
    - `color` string — hex color string for job code
    - `image` string — path to job code image
    - `fieldValues` object
    - `createId` string — created by user id
    - `createBehalfId` string — created on behalf of user id
    - `createAttribution` Attribution
      - `principalUserId` string
      - `agentUserIds` string[]
      - `eventId` string
      - `aiChatId` string
      - `aiToolUseId` string
      - `channel` 'WEB' | 'MOBILE' | 'SLACK' | 'TEAMS' | 'MCP'
    - `createAt` string — created timestamp
    - `updateId` string — last updated by user id
    - `updateBehalfId` string — last updated on behalf of user id
    - `updateAttribution` Attribution
      - `principalUserId` string
      - `agentUserIds` string[]
      - `eventId` string
      - `aiChatId` string
      - `aiToolUseId` string
      - `channel` 'WEB' | 'MOBILE' | 'SLACK' | 'TEAMS' | 'MCP'
    - `updateAt` string — last updated timestamp
    - `deleteId` string — deleted by user id
    - `deleteBehalfId` string — deleted on behalf of user id
    - `deleteAttribution` Attribution
      - `principalUserId` string
      - `agentUserIds` string[]
      - `eventId` string
      - `aiChatId` string
      - `aiToolUseId` string
      - `channel` 'WEB' | 'MOBILE' | 'SLACK' | 'TEAMS' | 'MCP'
    - `deleteAt` string — deleted timestamp
  - `next` string
  - `access` ResultsAccess[]
    - `ids` string[]
    - `allowed` AccessAction[], required
      - `action` string, required
      - `fields` string[]
      - `types` string[]

## Other responses

- `400` — bad request
- `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)
