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": "ad0b7e18-aabf-4e2a-b746-73c3114e575c",
"type": "incident_role_tasks",
"attributes": {
"incident_role_id": "60d50c13-4572-4f27-be5f-59d7d7c17ab5",
"task": "Libero quae quo enim.",
"description": "Aut nesciunt nobis vel.",
"priority": "medium",
"created_at": "2025-11-27T00:10:10.784-08:00",
"updated_at": "2025-11-27T00:10:10.793-08: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": "ad0b7e18-aabf-4e2a-b746-73c3114e575c",
"type": "incident_role_tasks",
"attributes": {
"incident_role_id": "60d50c13-4572-4f27-be5f-59d7d7c17ab5",
"task": "Libero quae quo enim.",
"description": "Aut nesciunt nobis vel.",
"priority": "medium",
"created_at": "2025-11-27T00:10:10.784-08:00",
"updated_at": "2025-11-27T00:10:10.793-08:00"
}
}
}