---
title: "Get all owners"
method: GET
path: "/plugins/playbooks/api/v0/runs/owners"
tags: ["PlaybookRuns"]
---

# Get all owners

`GET /plugins/playbooks/api/v0/runs/owners`

Get the owners of all playbook runs, filtered by team.

## Query parameters

- `team_id` string, required

## Response `200`

A list of owners.

- OwnerInfo[]
  - `user_id` string, required — A unique, 26 characters long, alphanumeric identifier for the owner.
  - `username` string, required — Owner's username.

## Other responses

- `400` — The request is malformed.
- `403` — Access to the resource is forbidden for this user.
- `500` — There was an internal error in the server.

---

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