---
title: "List all playbooks."
method: GET
path: "/v1/monitors/playbooks"
tags: ["monitorsLibraryManagement"]
---

# List all playbooks.

`GET /v1/monitors/playbooks`

List all playbooks available to run.

## Query parameters

- `playbookType` string

## Response `200`

MonitorPlaybooks have been retrieved successfully.

- MonitorPlaybook[] — The list of monitor playbooks.
  - `description` string, required — The description of the monitor playbook.
  - `playbookId` string, required — The id of the playbook.
  - `name` string, required — The name of the playbook.
  - `versionId` string, required — The version id of the playbook.
  - `type` string, required — The type of the playbook.

## Other responses

- `default` — Operation failed with an error.

---

[API](https://skmtc.net/sumologic/apis/sumo-logic-api.md) · [All operations](https://skmtc.net/sumologic/apis/sumo-logic-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sumologic/sumo-logic-api/revisions/e4e4c7554890/schema)
