GET
/
v1
/
incident_role_tasks
/
{id}
curl --request GET \
  --url https://api.rootly.com/v1/incident_role_tasks/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "59a299d6-31f8-49a8-bd96-135b15e453ad",
    "type": "incident_role_tasks",
    "attributes": {
      "incident_role_id": "119a53fd-0e26-44b0-b28f-afdb332a991b",
      "task": "Aut quae soluta culpa.",
      "description": "Consequatur vero sed est.",
      "priority": "medium",
      "created_at": "2025-03-20T17:51:45.091-07:00",
      "updated_at": "2025-03-20T17:51:45.100-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
incident_role_task found
data
object
required