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": "21fae067-c415-4341-8015-1c617ce88920",
    "type": "incident_role_tasks",
    "attributes": {
      "incident_role_id": "95ae93e4-529a-40a3-9c48-33f83a3b4d39",
      "task": "Et debitis tempore suscipit.",
      "description": "Harum eius facilis quo.",
      "priority": "medium",
      "created_at": "2025-06-19T04:15:41.412-07:00",
      "updated_at": "2025-06-19T04:15:41.418-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

The response is of type object.