---
title: "List Collections"
method: GET
path: "/ticketing/collections"
tags: ["ticketing/collections"]
---

# List Collections

`GET /ticketing/collections`

## Query parameters

- `remote_data` boolean
- `limit` number
- `cursor` string

## Headers

- `x-connection-token` string, required

## Response `200`

- object
  - `prev_cursor` string, nullable, required
  - `next_cursor` string, nullable, required
  - `data` object[], required
    - `name` string, nullable, required — The name of the collection
    - `description` string, nullable — The description of the collection
    - `collection_type` 'PROJECT' | 'LIST', nullable — The type of the collection. Authorized values are either PROJECT or LIST
    - `id` string, nullable — The UUID of the collection
    - `remote_id` string, nullable — The id of the collection in the context of the 3rd Party
    - `remote_data` object, nullable — The remote data of the collection in the context of the 3rd Party
    - `created_at` string, date-time, nullable — The created date of the object
    - `modified_at` string, date-time, nullable — The modified date of the object

## Changes

- **2024-08-05** `ca0fa45ebd05` — 1 breaking, 2 warning
  - for the `query` request parameter `limit`, default value `50` was removed
  - added the new `LIST` enum value to the `allOf[subschema #2]/data/items/collection_type` response property for the response status `200`
  - added the new `PROJECT` enum value to the `allOf[subschema #2]/data/items/collection_type` response property for the response status `200`
- **2024-08-05** `ca213ae36b7f` — 15 breaking, 1 info
  - the response property `allOf[#/components/schemas/PaginatedDto]/next_cursor` became nullable for the status `200`
  - the response property `allOf[#/components/schemas/PaginatedDto]/prev_cursor` became nullable for the status `200`
  - the response property `allOf[subschema #2]/data/items/collection_type` became nullable for the status `200`
  - the response property `allOf[subschema #2]/data/items/created_at` became nullable for the status `200`
  - …12 more
- …earlier changes not shown

[Full history](https://skmtc.dev/panoratech/apis/panora-api-2/changes/ticketing/collections/get.md)

---

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