GET
/
v1
/
retrospective_process_group_steps
/
{id}
curl --request GET \
  --url https://api.rootly.com/v1/retrospective_process_group_steps/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "c416e59d-5837-4f99-80e1-4aea4af6cba6",
    "type": "retrospective_process_group_steps",
    "attributes": {
      "retrospective_process_group_id": "dc5c4d09-b4fd-4b02-b712-2e346b28fd02",
      "retrospective_step_id": "6343eb85-3193-49f6-b805-37f15f2ac892",
      "position": 1,
      "updated_at": "2025-03-26T23:24:06.845-07:00",
      "created_at": "2025-03-26T23:24:06.845-07:00"
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

200 - application/vnd.api+json
sub_status found
data
object
required

Was this page helpful?