GET
/
v1
/
playbook_tasks
/
{id}
curl --request GET \
  --url https://api.rootly.com/v1/playbook_tasks/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "1499528c-54fa-48d4-8e59-38b5f284e5f5",
    "type": "playbook_tasks",
    "attributes": {
      "playbook_id": "9090f8a9-2a56-421c-ab1b-18021e852186",
      "task": "Deleniti excepturi enim odit.",
      "description": "Et nobis consequatur numquam.",
      "position": 3,
      "created_at": "2025-06-19T02:42:45.716-07:00",
      "updated_at": "2025-06-19T02:42:45.732-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.