---
title: "List Repo Owners"
method: GET
path: "/api/v1/repos/{owner}/{repo}/owners"
tags: ["ownerships"]
---

# List Repo Owners

`GET /api/v1/repos/{owner}/{repo}/owners`

List all owners of a repo.

Requires read permission on the repo.

## Path parameters

- `owner` string, required
- `repo` string, required

## Response `200`

Successful Response

- ListRepoOwnersResponse — Response for listing repo owners.
  - `owners` RepoOwner[], required
    - `identity_id` string, uuid, nullable, required
    - `ls_user_id` string, uuid, required
    - `email` string, nullable, required
    - `full_name` string, nullable, required
    - `created_at` string, date-time, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/langchain-ai/apis/langsmith.md) · [All operations](https://skmtc.net/langchain-ai/apis/langsmith/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/langchain-ai/langsmith/revisions/a0acb3a6a101/schema)
