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": "3e067ec2-fa0a-4fd2-919d-338d93fae1f9",
"type": "playbook_tasks",
"attributes": {
"playbook_id": "4e77c0eb-e418-470a-8063-323e0ce3e798",
"task": "Facilis odio earum officiis.",
"description": "Recusandae officiis laborum dolores.",
"position": 3,
"created_at": "2025-10-08T04:38:29.433-07:00",
"updated_at": "2025-10-08T04:38:29.440-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": "3e067ec2-fa0a-4fd2-919d-338d93fae1f9",
"type": "playbook_tasks",
"attributes": {
"playbook_id": "4e77c0eb-e418-470a-8063-323e0ce3e798",
"task": "Facilis odio earum officiis.",
"description": "Recusandae officiis laborum dolores.",
"position": 3,
"created_at": "2025-10-08T04:38:29.433-07:00",
"updated_at": "2025-10-08T04:38:29.440-07:00"
}
}
}