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

# Get owners

`GET /owners`

Returns a list of `Owner` objects.

## Query parameters

- `cursor` string
- `page_size` integer
- `name` string

## Response `200`

One page worth of owners in your organization.

- PaginatedOwnersList
  - `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.
  - `results` Owner[], required
    - `owner_id` string, uuid, required — The ID of the owner.
    - `name` string — The name of the owner.
    - `description` string — A description of the owner.
    - `access_request_escalation_period` integer — The amount of time (in minutes) before the next reviewer is notified. Use 0 to remove escalation policy.
    - `reviewer_message_channel_id` string, uuid, nullable
    - `source_group_id` string, uuid, nullable

---

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