---
title: "Get Adhoc Docket Searches"
method: GET
path: "/docket_searches/adhoc"
tags: ["Litigation & Bankruptcy"]
---

# Get Adhoc Docket Searches

`GET /docket_searches/adhoc`

This endpoint returns all adhoc docket searches.

## Query parameters

- `limit` integer — The maximum number of docket searches to return.
- `offset` integer — The number of docket searches to skip before starting to return the docket searches.

## Response `200`

Successful Response

- V1AdhocDocketSearchState[]
  - `id` string, uuid, required — ID of the docket adhoc search request
  - `name` string, required — The name used for the ad-hoc docket search.
  - `state` 'PENDING' | 'EXECUTING' | 'COMPLETED' | 'FAILED' | 'CANCELLED', required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/baselayer/apis/baselayer-api-service.md) · [All operations](https://skmtc.net/baselayer/apis/baselayer-api-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/baselayer/baselayer-api-service/versions/0cc89938bc26/schema)
