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": "8f002fbd-ab2d-4888-bcc1-e3e248911767",
    "type": "incident_role_tasks",
    "attributes": {
      "incident_role_id": "3ca5eeb2-1e1f-4bf9-a92c-49a27feecbac",
      "task": "Sunt odio est voluptas.",
      "description": "Omnis aliquam et explicabo.",
      "priority": "medium",
      "created_at": "2025-10-21T13:28:31.202-07:00",
      "updated_at": "2025-10-21T13:28:31.214-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
I