---
title: "List the acting user's approval delegates"
method: GET
path: "/v2/org/{orgId}/approval-delegate"
tags: ["approval-delegate"]
---

# List the acting user's approval delegates

`GET /v2/org/{orgId}/approval-delegate`

## Path parameters

- `orgId` string, required

## Response `200`

successful operation

- ApprovalDelegate[]
  - `id` string, required — globally unique id
  - `orgId` string, required — parent organization id
  - `userId` string, required — user who set the delegate (the original approver)
  - `type` 'SCENARIO' | 'TIME_OFF' | 'FORM', required — type of approval being delegated
  - `delegateJobId` string, required — job id of the delegate (job must be filled at set-time)
  - `startDate` string, date — date the delegation becomes active, inclusive (the delegate's read-visibility lower bound); defaults to the org's today on create/reassignment
  - `endDate` string, date — date the delegation stops being active, inclusive; null = never expires
  - `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

## Other responses

- `401` — not authorized
- `404` — feature not enabled

---

[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)
