---
title: "List Collections."
method: GET
path: "/v1/voice-agents/collections/list"
---

# List Collections.

`GET /v1/voice-agents/collections/list`

Retrieves a paginated list of collections with optional search functionality.

## Query parameters

- `skip` integer
- `take` integer
- `search` string

## Response `200`

Successful response

- ListCollectionsResponse
  - `success` boolean
  - `message` string
  - `data` object
    - `items` Collection[]
      - `id` string, uuid — UUID of the collection.
      - `name` string — Name of the collection.
      - `description` string, nullable — Description of the collection.
      - `userId` string, uuid — UUID of the user who created the collection.
      - `projectId` string, uuid — UUID of the project.
      - `webToolsCount` integer — Number of web tools in this collection.
      - `createdAt` string, date-time — Timestamp when the collection was created.
      - `updatedAt` string, date-time — Timestamp when the collection was last updated.
    - `total` integer — Total number of collections.
    - `filtered` integer — Number of collections after applying filters.

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `500` — Server Side Error

---

[API](https://skmtc.net/tryhamsa/apis/hamsa-api.md) · [All operations](https://skmtc.net/tryhamsa/apis/hamsa-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tryhamsa/hamsa-api/versions/ecbeb5d8dc13/schema)
