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": "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"
}
}
}
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": "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"
}
}
}