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": "a46de92b-5591-4d1a-b5ed-0d295503fb13",
    "type": "retrospective_process_group_steps",
    "attributes": {
      "retrospective_process_group_id": "57338785-fd95-4899-b9fa-1e10de9dfb4c",
      "retrospective_step_id": "5e9549cc-0a88-456b-812b-c8f420e81198",
      "position": 1,
      "updated_at": "2025-04-18T18:22:19.051-07:00",
      "created_at": "2025-04-18T18:22:19.051-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