GET
/
v1
/
workflow_groups
/
{id}
curl --request GET \
  --url https://api.rootly.com/v1/workflow_groups/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "be8f2bb9-2b3b-4f1b-a661-d7358efa2981",
    "type": "workflow_groups",
    "attributes": {
      "kind": "incident",
      "name": "Default",
      "description": null,
      "icon": "📁",
      "slug": "default-incident",
      "expanded": true,
      "position": 1
    }
  }
}

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
workflow group found
data
object
required