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": "eb0bd7de-b09d-4b7d-ad42-18468c0c8e36",
"type": "playbook_tasks",
"attributes": {
"playbook_id": "b814fb30-ba2f-4ff5-8848-38388b45a504",
"task": "Vel officiis vero sapiente.",
"description": "Alias deserunt nostrum tenetur.",
"position": 3,
"created_at": "2025-10-28T14:28:47.308-07:00",
"updated_at": "2025-10-28T14:28:47.317-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": "eb0bd7de-b09d-4b7d-ad42-18468c0c8e36",
"type": "playbook_tasks",
"attributes": {
"playbook_id": "b814fb30-ba2f-4ff5-8848-38388b45a504",
"task": "Vel officiis vero sapiente.",
"description": "Alias deserunt nostrum tenetur.",
"position": 3,
"created_at": "2025-10-28T14:28:47.308-07:00",
"updated_at": "2025-10-28T14:28:47.317-07:00"
}
}
}