---
title: "List playbook approvers"
method: GET
path: "/workspace/{ws_id}/get_approvers"
tags: ["Playbook Publish Approval"]
---

# List playbook approvers

`GET /workspace/{ws_id}/get_approvers`

Returns the list of entities (users/groups) eligible to approve playbook publish requests in the workspace.

## Path parameters

- `ws_id` string, required

## Response `200`

List of approvers

- ModelsEntityInfo[]
  - `email` string
  - `id` string
  - `is_invite` boolean
  - `member_count` integer
  - `members` string[]
  - `name` string
  - `type` string
  - `workspace_role` string

## Other responses

- `500` — Failed to retrieve approvers

---

[API](https://skmtc.net/blinkops/apis/blink-rest-api.md) · [All operations](https://skmtc.net/blinkops/apis/blink-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/blinkops/blink-rest-api/revisions/f043409736b2/schema)
