Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
playbook_task found
Retrieves a specific playbook_task by id
curl --request GET \
--url https://api.rootly.com/v1/playbook_tasks/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "ea015af8-ba19-4e2c-8f72-f86d31021610",
"type": "playbook_tasks",
"attributes": {
"playbook_id": "cc43aae4-bd6c-47bb-9c33-f3f200252496",
"task": "Magni corporis aut eveniet.",
"description": "Illum aliquid quisquam rerum.",
"position": 3,
"created_at": "2025-10-28T10:26:09.697-07:00",
"updated_at": "2025-10-28T10:26:09.718-07:00"
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
playbook_task found
Show child attributes
Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/playbook_tasks/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "ea015af8-ba19-4e2c-8f72-f86d31021610",
"type": "playbook_tasks",
"attributes": {
"playbook_id": "cc43aae4-bd6c-47bb-9c33-f3f200252496",
"task": "Magni corporis aut eveniet.",
"description": "Illum aliquid quisquam rerum.",
"position": 3,
"created_at": "2025-10-28T10:26:09.697-07:00",
"updated_at": "2025-10-28T10:26:09.718-07:00"
}
}
}