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.
Example response
[
{
"user_id": "ahz0s61gh275i7z2ag4g1ntvjm",
"username": "aaron.medina"
}
]