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": "9f73c653-8098-4bfc-a7f8-b8b153d27822",
    "type": "incident_role_tasks",
    "attributes": {
      "incident_role_id": "2167a77d-2d18-4d1a-a702-cddf8f0ddd48",
      "task": "Nisi ratione temporibus ullam.",
      "description": "Doloribus aliquid esse fugiat.",
      "priority": "medium",
      "created_at": "2025-04-18T18:20:16.645-07:00",
      "updated_at": "2025-04-18T18:20:16.654-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