GET
/
v1
/
retrospective_configurations
curl --request GET \
  --url https://api.rootly.com/v1/retrospective_configurations \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "<string>",
      "type": "retrospective_configurations",
      "attributes": {
        "kind": "skip",
        "severity_ids": [
          "<string>"
        ],
        "group_ids": [
          "<string>"
        ],
        "incident_type_ids": [
          "<string>"
        ],
        "created_at": "<string>",
        "updated_at": "<string>"
      }
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Query Parameters

include
enum<string>

comma separated if needed. eg: severities,groups

Available options:
severities,
groups,
incident_types
page[number]
integer
page[size]
integer
filter[kind]
string

Response

200 - application/vnd.api+json
success
data
object[]
required