---
title: "search for a case by name, country, state, and/or year filed"
method: GET
path: "/cases/search"
tags: ["cases"]
---

# search for a case by name, country, state, and/or year filed

`GET /cases/search`

Search for a case by name, country, state, and/or year filed.

## Response `200`

200 response

- Case — a case response
  - `createdAt` string — date case created
  - `docketEntries` object[] — array of rawDocketEntry ids and types associated with the case
    - `documentType` string
    - `workItem` object
    - `docketEntryId` string
  - `respondent` string — the respondent who is associated with the case
  - `petitioners` object[]
    - `userId` string
  - `userId` string — id of user who created the case
  - `docketNumber` string — the unique docket number associated with the case
  - `status` string — the status of the case

---

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