Retrieves a specific retrospective process by id
curl --request GET \
--url https://api.rootly.com/v1/retrospective_processes/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "37f9c7b4-eab4-4710-889f-d48cad1641ab",
"type": "retrospective_processes",
"attributes": {
"name": "Id accusamus dolor nulla.",
"description": "Eum autem et. Maxime voluptatum iure. Eaque perferendis hic.",
"is_default": false,
"created_at": "2026-01-20T20:58:28.516-08:00",
"updated_at": "2026-01-20T20:58:28.516-08:00",
"retrospective_process_matching_criteria": {
"incident_type_ids": [
"656ad5a0-8ee2-4cdd-9bfb-d63d5e6d68b6"
]
}
},
"relationships": {
"retrospective_steps": {
"data": [
{
"id": "6f9f260f-e644-42a9-8bcc-33b89b3a0c1f",
"type": "retrospective_steps"
},
{
"id": "a66997d6-9ea7-4f95-977c-6042072d5dc9",
"type": "retrospective_steps"
}
]
},
"incident_types": {
"data": [
{
"id": "656ad5a0-8ee2-4cdd-9bfb-d63d5e6d68b6",
"type": "incident_types"
}
]
}
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
comma separated if needed. eg: retrospective_steps,severities
retrospective_steps, severities, incident_types, groups retrospective_process found
Show child attributes
Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/retrospective_processes/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "37f9c7b4-eab4-4710-889f-d48cad1641ab",
"type": "retrospective_processes",
"attributes": {
"name": "Id accusamus dolor nulla.",
"description": "Eum autem et. Maxime voluptatum iure. Eaque perferendis hic.",
"is_default": false,
"created_at": "2026-01-20T20:58:28.516-08:00",
"updated_at": "2026-01-20T20:58:28.516-08:00",
"retrospective_process_matching_criteria": {
"incident_type_ids": [
"656ad5a0-8ee2-4cdd-9bfb-d63d5e6d68b6"
]
}
},
"relationships": {
"retrospective_steps": {
"data": [
{
"id": "6f9f260f-e644-42a9-8bcc-33b89b3a0c1f",
"type": "retrospective_steps"
},
{
"id": "a66997d6-9ea7-4f95-977c-6042072d5dc9",
"type": "retrospective_steps"
}
]
},
"incident_types": {
"data": [
{
"id": "656ad5a0-8ee2-4cdd-9bfb-d63d5e6d68b6",
"type": "incident_types"
}
]
}
}
}
}