GET
/
v1
/
playbook_tasks
/
{id}
curl --request GET \
  --url https://api.rootly.com/v1/playbook_tasks/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "aef5d58f-8916-4a47-9b32-f912032585f6",
    "type": "playbook_tasks",
    "attributes": {
      "playbook_id": "08900879-1613-4a1b-bac6-cf696c14f36a",
      "task": "Vel inventore praesentium nisi.",
      "description": "Quod adipisci aut aliquid.",
      "position": 3,
      "created_at": "2025-05-08T00:23:13.441-07:00",
      "updated_at": "2025-05-08T00:23:13.452-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.