---
title: "List Playbook Tasks"
method: GET
path: "/api/v1/playbook-tasks"
tags: ["playbooks"]
---

# List Playbook Tasks

`GET /api/v1/playbook-tasks`

GM concierge worklist: tasks raised by Playbooks, filterable by status,
group, or guest.

## Query parameters

- `status` 'open' | 'done' — A GM task raised by a Playbook: to-do (open) or done.
- `list_id` string, uuid, nullable
- `customer_profile_id` string, uuid, nullable
- `page` integer
- `per_page` integer

## Response `200`

Successful Response

- PlaybookTaskListResponse
  - `items` PlaybookTaskRead[], required
    - `id` string, uuid, required
    - `tenant_id` string, uuid, required
    - `customer_profile_id` string, uuid, nullable
    - `booking_record_id` string, uuid, nullable
    - `customer_name` string, nullable
    - `list_id` string, uuid, nullable
    - `source_playbook_id` string, uuid, nullable
    - `source_run_id` string, uuid, nullable
    - `title` string, required
    - `body` string, nullable
    - `category` string, nullable
    - `source_label` string, nullable
    - `property_id` string, uuid, nullable
    - `property_name` string, nullable
    - `due_at` string, date-time, nullable
    - `department` string, nullable
    - `assignee_kind` string
    - `owner_label` string, nullable
    - `blocked` boolean
    - `priority` string, nullable
    - `status` 'open' | 'done', required — A GM task raised by a Playbook: to-do (open) or done.
    - `assigned_user_id` string, uuid, nullable
    - `completed_at` string, date-time, nullable
    - `created_at` string, date-time, required
    - `updated_at` string, date-time, required
    - `completable` boolean
  - `total` integer, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/getanana/apis/cleon-api.md) · [All operations](https://skmtc.dev/getanana/apis/cleon-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getanana/cleon-api/revisions/c0f54348e251/schema)
