---
title: "Get Docket Details Request Status"
method: GET
path: "/docket_searches/details/{docket_details_request_id}/status"
tags: ["Litigation & Bankruptcy"]
---

# Get Docket Details Request Status

`GET /docket_searches/details/{docket_details_request_id}/status`

Fetches the state of the docket details request with the given UUID.

## Path parameters

- `docket_details_request_id` string, uuid, required — The unique identifier of the docket to fetch details for.

## Response `200`

Successful Response

- V1DocketDetailState — Represents a docket detail state.
  - `id` string, uuid, required — ID of the docket update request
  - `docket_id` string, uuid, required — ID of the docket the search was performed for
  - `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)
