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": "394752e5-71d1-4890-b26a-5d78355b82d2",
"type": "incident_role_tasks",
"attributes": {
"incident_role_id": "43f7daf9-a6f6-4987-9562-c9fbbce58035",
"task": "Dicta dolor ut aliquid.",
"description": "Ipsum nobis sed ex.",
"priority": "medium",
"created_at": "2025-12-01T07:41:09.351-08:00",
"updated_at": "2025-12-01T07:41:09.366-08:00"
}
}
}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": "394752e5-71d1-4890-b26a-5d78355b82d2",
"type": "incident_role_tasks",
"attributes": {
"incident_role_id": "43f7daf9-a6f6-4987-9562-c9fbbce58035",
"task": "Dicta dolor ut aliquid.",
"description": "Ipsum nobis sed ex.",
"priority": "medium",
"created_at": "2025-12-01T07:41:09.351-08:00",
"updated_at": "2025-12-01T07:41:09.366-08:00"
}
}
}