GET
/
v1
/
incident_role_tasks
/
{id}
Retrieves an incident role task
curl --request GET \
  --url https://api.rootly.com/v1/incident_role_tasks/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "a2a20308-c238-45f5-a474-776d29964256",
    "type": "incident_role_tasks",
    "attributes": {
      "incident_role_id": "70e408af-de0f-4ef6-aee8-b9cb85584855",
      "task": "Doloribus cum laudantium inventore.",
      "description": "Ipsa fuga aut distinctio.",
      "priority": "medium",
      "created_at": "2025-10-01T06:18:43.366-07:00",
      "updated_at": "2025-10-01T06:18:43.373-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

incident_role_task found

data
object
required