---
title: "Get all cap offers"
method: GET
path: "/api/v1/cap-offers"
tags: ["Cap Offers"]
---

# Get all cap offers

`GET /api/v1/cap-offers`

Retrieve all cap offers, optionally filtered by user ID.

## Query parameters

- `user_id` string, uuid, nullable — Filter by user ID

## Response `200`

Successful Response

- CapOfferResponseDTO[]
  - `id` string, uuid, required
  - `name` string, required
  - `capType` 'DAILY' | 'WEEKLY' | 'MONTHLY' | 'YEARLY' | 'PERMANENT', required — Enum for cap types
  - `capSize` integer, required
  - `actualCapSize` integer, nullable
  - `keitaroIds` integer[], required
  - `comments` string, nullable
  - `userId` string, uuid, nullable
  - `createdAt` string, date-time, required
  - `updatedAt` string, date-time, required

## Other responses

- `422` — Validation Error
- `500` — An unexpected error occurred. Please try again later.

---

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