Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Response
incident_role_task found
Retrieves a specific incident_role_task by id
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"
}
}
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
incident_role_task found
Show child attributes
Was this page helpful?
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"
}
}
}