---
title: "List all versions metadata of a playbook"
method: GET
path: "/workspace/{ws_id}/playbooks/{id}/versions"
tags: ["Workflows"]
---

# List all versions metadata of a playbook

`GET /workspace/{ws_id}/playbooks/{id}/versions`

List all versions metadata of a playbook

## Path parameters

- `ws_id` string, required
- `id` string, required

## Response `200`

Ordered list of playbook versions

- PlaybookVersionsPlaybookVersion[]
  - `branch` string
  - `branched_from` integer
  - `created_at` integer
  - `created_by` string
  - `description` string
  - `id` string
  - `name` string
  - `source` string
  - `version_id` integer

## Other responses

- `400` — Missing or invalid path parameter
- `500` — Internal server error

---

[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)
