---
title: "User Case Search"
method: GET
path: "/calls/{call_id}/case-search"
tags: ["Calls"]
---

# User Case Search

`GET /calls/{call_id}/case-search`

Search cases in the customer's active case-management system (SA or FV).

## Path parameters

- `call_id` string, uuid, required

## Query parameters

- `q` string, required — Search query (name or case number)

## Response `200`

Successful Response

- UserCaseSearchResponse — Response from user case search.
  - `results` UserCaseSearchResult[]
    - `case_provider` string, nullable
    - `case_local_id` string, uuid, nullable
    - `smartadvocate_case_id` string, uuid, nullable
    - `case_number` string, required
    - `case_name` string, required
    - `plaintiffs` string[], nullable
    - `defendants` string[], nullable
    - `primary_contact_name` string, nullable
    - `primary_contact_phone` string, nullable
  - `total` integer — Total number of results found

## 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/b642b91e0a5c/schema)
