v46

latestOpenAPI 3.0.0raw.githubusercontent.com2026-07-174421106.5 KB
PlaybookRuns

Get all owners

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

get/plugins/playbooks/api/v0/runs/owners

Query parameters

team_idstring required

ID of the team to filter by.

Response

A list of owners.

user_idstring required

A unique, 26 characters long, alphanumeric identifier for the owner.

usernamestring required

Owner's username.

Example response

[
  {
    "user_id": "ahz0s61gh275i7z2ag4g1ntvjm",
    "username": "aaron.medina"
  }
]