---
title: "Get delegations"
method: GET
path: "/delegations"
tags: ["delegations"]
---

# Get delegations

`GET /delegations`

Returns a list of request reviewer delegations configured for your organization.

## Query parameters

- `delegator_user_id` string, uuid
- `delegate_user_id` string, uuid
- `cursor` string
- `page_size` integer

## Response `200`

A list of delegations for your organization.

- PaginatedDelegationsList — A list of delegations for your organization.
  - `results` Delegation[] — The delegations in the result set.
    - `id` string, uuid, required — The ID of the delegation.
    - `delegator_user_id` string, uuid, required — The ID of the user delegating their access review requests.
    - `delegate_user_id` string, uuid, required — The ID of the user being delegated to.
    - `start_time` string, date-time, required — The start time of the delegation.
    - `end_time` string, date-time, required — The end time of the delegation.
    - `reason` string, required — The reason for the delegation.
    - `created_at` string, date-time, required — The creation time of the delegation.
    - `updated_at` string, date-time, required — The last updated time of the delegation.
  - `next` string, nullable — The cursor with which to continue pagination if additional result pages exist.
  - `previous` string, nullable — The cursor used to obtain the current result page.
  - `total_count` integer — The total number of items in the result set.

---

[API](https://skmtc.net/opal/apis/opal-api.md) · [All operations](https://skmtc.net/opal/apis/opal-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/opal/opal-api/revisions/13b58df96d40/schema)
