---
title: "List Deployments"
method: GET
path: "/v2/deployments"
tags: ["Deployments"]
---

# List Deployments

`GET /v2/deployments`

List deployments owned by the authenticated user.

## Query parameters

- `pal_id` string
- `search` string
- `status` string
- `channel` string
- `limit` integer
- `page` integer
- `sort` 'asc' | 'desc'

## Response `200`

Paginated deployment list

- object
  - `deployments` Deployment[]
    - `deployment_id` string
    - `pal_id` string — PAL that powers the deployment.
    - `channel` 'widget' | 'embed' | 'landing-page'
    - `status` 'draft' | 'active' | 'inactive'
    - `name` string
    - `has_password` boolean
    - `customization` object
    - `replica_thumbnail_video_url` string, nullable — **Removed.** Use `thumbnail_video_url` and `thumbnail_image_url` instead.
    - `thumbnail_video_url` string, nullable — URL for the face preview video thumbnail.
    - `thumbnail_image_url` string, nullable — URL for the face preview image thumbnail.
    - `limits` object
    - `allowed_origins` string[]
    - `usage_total` integer
    - `usage_today` integer
    - `created_at` string, date-time
    - `updated_at` string, date-time
  - `total` integer
  - `page` integer
  - `limit` integer

## Other responses

- `401` — UNAUTHORIZED

---

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