GET
/
v1
/
playbook_tasks
/
{id}
curl --request GET \
  --url https://api.rootly.com/v1/playbook_tasks/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "8a753345-824e-4787-99fe-b70295f472fc",
    "type": "playbook_tasks",
    "attributes": {
      "playbook_id": "e7e9ea6a-a365-4199-8018-050bebac5267",
      "task": "Aspernatur placeat odit numquam.",
      "description": "Incidunt voluptatem accusamus sed.",
      "position": 3,
      "created_at": "2025-06-20T11:35:05.136-07:00",
      "updated_at": "2025-06-20T11:35:05.143-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.