Skip to main content
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": "cb0be0a8-f23f-47e7-8dde-4d72eeac2b04",
    "type": "incident_role_tasks",
    "attributes": {
      "incident_role_id": "4d67a9bc-a39f-4f68-aec1-acd7b82303cf",
      "task": "Repellendus dolores dolore hic.",
      "description": "Qui quo culpa facilis.",
      "priority": "medium",
      "created_at": "2025-12-19T18:16:40.770-08:00",
      "updated_at": "2025-12-19T18:16:40.775-08: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