---
title: "List plays"
method: GET
path: "/orchestration/plays/list"
tags: ["Orchestration - Plays"]
---

# List plays

`GET /orchestration/plays/list`

List all plays

## Query parameters

- `isEnabled` boolean — Filter plays by enabled state.
- `modelUuid` string, uuid — Filter plays by model identifier.
- `segmentUuid` string, uuid — Filter plays by segment identifier.
- `scheduleType` 'dbt' | 'cron' | 'realtime' | 'dependency' | 'watch' — Filter plays by schedule type stored on the play schedule.

## Response `200`

Successful response

- object
  - `plays` object[], required — List of plays.
    - `uuid` string, required
    - `workspaceUuid` string, required
    - `workflowUuid` string, required
    - `userUuid` string, required
    - `modelUuid` string, required
    - `segmentUuid` string, required
    - `changeKinds` string[], required
    - `runCreationRule` 'always' | 'once' | 'noConcurrency', required
    - `name` string, required
    - `description` string, nullable, required
    - `schedule` union, required
      - object
        - `type` 'watch', required
        - `temporalScheduleWorkflowId` string, required
        - `meta` object
      - object
        - `type` 'realtime', required
      - object
        - `type` 'cron', required
        - `cron` string, required
        - `temporalScheduleWorkflowId` string, required
      - object
        - `type` 'dbt', required
        - `jobId` string, required
      - object
        - `type` 'dependency', required
        - `playUuid` string, required
    - `isEnabled` boolean, required
    - `healthThreshold` number, required
    - `healthAlertActions` object[], required
      - `actionSlug` string, required
      - `connectorUuid` string, required
      - `config` object, required
    - `folderUuid` string, nullable, required
    - `createdAt` string, required
    - `updatedAt` string, required
    - `deletedAt` string, nullable, required

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `404` — Not found
- `500` — Internal server error

---

[API](https://skmtc.net/getcargo/apis/cargo-api.md) · [All operations](https://skmtc.net/getcargo/apis/cargo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getcargo/cargo-api/revisions/1d5a19e01d83/schema)
