v46

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

Run an item's slash command

put/plugins/playbooks/api/v0/runs/{id}/checklists/{checklist}/item/{item}/run

Path parameters

idstring required

ID of the playbook run whose item will be executed.

checklistinteger required

Zero-based index of the checklist whose item will be executed.

iteminteger required

Zero-based index of the item whose slash command will be executed.

Response

Item's slash command successfully executed.

trigger_idstring required

The trigger_id returned by the slash command.

Example response

{
  "trigger_id": "ceenjwsg6tgdzjpofxqemy1aio"
}