---
title: "List Pools"
method: GET
path: "/api/v1/calendar_pool"
tags: ["Calendar Pool"]
---

# List Pools

`GET /api/v1/calendar_pool`

List calendar pools scoped to the active team or personal.

## Query parameters

- `page` integer
- `size` integer

## Response `200`

Successful Response

- IGetResponsePaginatedICalendarPoolRead
  - `message` string, nullable
  - `meta` object
  - `data` PageBaseICalendarPoolRead, required
    - `items` ICalendarPoolRead[], required
      - `name` string, required
      - `description` string, nullable
      - `org_id` string, uuid, nullable
      - `strategy` 'round_robin' | 'least_busy' | 'priority'
      - `last_index` integer
      - `settings` object
      - `id` string, uuid, required
      - `created_by_id` string, uuid, nullable
    - `total` integer, nullable, required
    - `page` integer, nullable, required
    - `size` integer, nullable, required
    - `pages` integer, nullable
    - `previous_page` integer, nullable — Page number of the previous page
    - `next_page` integer, nullable — Page number of the next page

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/insighto/apis/ragify.md) · [All operations](https://skmtc.net/insighto/apis/ragify/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/insighto/ragify/revisions/cdca56191be9/schema)
