---
title: "List Cases Agent"
method: GET
path: "/cases/agent"
tags: ["Cases"]
---

# List Cases Agent

`GET /cases/agent`

List all cases for the customer associated with the agent token.

This endpoint is designed for internal services (voice agents, etc.) that use agent tokens.
Requires a per-customer agent token for authentication.

Returns cases ordered by created_at ascending (oldest first).
Includes title, description, and qualifications.

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

Successful Response

- CaseAgentResponse[]
  - `case_id` string, uuid, required
  - `title` string, required
  - `description` string, required
  - `meeting_booking_enabled` boolean
  - `qualifications` QualificationAgentResponse[]
    - `question` string, required
    - `criteria` string, required
    - `position` integer, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/openintake/apis/fastapi.md) · [All operations](https://skmtc.dev/openintake/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintake/fastapi/revisions/4a81645b59f6/schema)
