PlaybookRuns
Get playbook run metadata
get/plugins/playbooks/api/v0/runs/{id}/metadata
Path parameters
idstring required
Example:mx3xyzdojfgyfdx8sc8of1gdme
ID of the playbook run whose metadata will be retrieved.
Response
Playbook run metadata.
Example response
{
"channel_name": "server-down-in-eu-cluster",
"channel_display_name": "Server down in EU cluster",
"team_name": "sre-staff",
"num_members": 25,
"total_posts": 202
}