Cases

List 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.

get/cases/agent

Query parameters

limitinteger
offsetinteger

Response

Successful Response

case_idstring uuid required
titlestring required
descriptionstring required
meeting_booking_enabledboolean

Changes