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

# List Collections

`GET /v2/collections`

List collections for the authenticated organization with pagination.

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

Successful Response

- CollectionListResponse
  - `collections` CollectionListItem[], required
    - `created_at` string, nullable
    - `database_id` string, required
    - `database_name` string, required
    - `file_count` integer, nullable
  - `limit` integer, required
  - `offset` integer, required
  - `total_count` integer, required

---

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