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": "6aab83ec-560b-4fca-835a-2e263863ab08",
"type": "playbook_tasks",
"attributes": {
"playbook_id": "09be40de-76fe-4c3a-a97a-76eb4494897b",
"task": "Ipsa qui et nesciunt.",
"description": "Dolor velit omnis quia.",
"position": 3,
"created_at": "2026-02-11T23:42:39.022-08:00",
"updated_at": "2026-02-11T23:42:39.030-08:00"
}
}
}Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/playbook_tasks/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "6aab83ec-560b-4fca-835a-2e263863ab08",
"type": "playbook_tasks",
"attributes": {
"playbook_id": "09be40de-76fe-4c3a-a97a-76eb4494897b",
"task": "Ipsa qui et nesciunt.",
"description": "Dolor velit omnis quia.",
"position": 3,
"created_at": "2026-02-11T23:42:39.022-08:00",
"updated_at": "2026-02-11T23:42:39.030-08:00"
}
}
}