Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
retrospective_step found
Retrieves a specific retrospective step by id
curl --request GET \
--url https://api.rootly.com/v1/retrospective_steps/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "65a682f6-fa66-4438-9147-8a0da500dc11",
"type": "retrospective_steps",
"attributes": {
"retrospective_process_id": "22741b0a-ffba-4537-a776-7303be7b7e3d",
"title": "Step 11",
"description": "Bar",
"incident_role_id": "93882ea2-2c45-4979-a558-020c5261a565",
"due_after_days": null,
"position": 1,
"skippable": true,
"created_at": "2025-12-03T15:48:10.268-08:00",
"updated_at": "2025-12-03T15:48:10.268-08:00"
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
retrospective_step found
Show child attributes
Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/retrospective_steps/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "65a682f6-fa66-4438-9147-8a0da500dc11",
"type": "retrospective_steps",
"attributes": {
"retrospective_process_id": "22741b0a-ffba-4537-a776-7303be7b7e3d",
"title": "Step 11",
"description": "Bar",
"incident_role_id": "93882ea2-2c45-4979-a558-020c5261a565",
"due_after_days": null,
"position": 1,
"skippable": true,
"created_at": "2025-12-03T15:48:10.268-08:00",
"updated_at": "2025-12-03T15:48:10.268-08:00"
}
}
}