---
title: "Get playbook details."
method: GET
path: "/v1/monitors/playbooksDetails"
tags: ["monitorsLibraryManagement"]
---

# Get playbook details.

`GET /v1/monitors/playbooksDetails`

Get the details of the playbooks with the specified identifiers.

## Query parameters

- `ids` string[], required

## 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/423eeb892c56/schema)
