GET
/
v1
/
playbook_tasks
/
{id}
Retrieves a playbook task
curl --request GET \
  --url https://api.rootly.com/v1/playbook_tasks/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "f399b4c8-aa8e-40c9-bbe9-40df2aa4b3b1",
    "type": "playbook_tasks",
    "attributes": {
      "playbook_id": "e838d861-acfa-4481-8d19-69e006b89b68",
      "task": "Alias ut aut vero.",
      "description": "Incidunt minus a repellat.",
      "position": 3,
      "created_at": "2025-08-04T19:17:09.030-07:00",
      "updated_at": "2025-08-04T19:17:09.039-07:00"
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

200
application/vnd.api+json

playbook_task found

The response is of type object.