---
title: "Get Docket Exhibit Request Status"
method: GET
path: "/docket_searches/exhibits/{docket_exhibit_request_id}/status"
tags: ["Litigation & Bankruptcy"]
---

# Get Docket Exhibit Request Status

`GET /docket_searches/exhibits/{docket_exhibit_request_id}/status`

Fetches the state of the docket exhibit document request with the given UUID.

## Path parameters

- `docket_exhibit_request_id` string, uuid, required — The unique identifier of the docket exhibit to fetch the document for.

## Response `200`

Successful Response

- V1DocketExhibitState — Represents a docket exhibit state.
  - `id` string, uuid, required — ID of the docket exhibit document request
  - `docket_exhibit_id` string, uuid, required — ID of the docket exhibit the search was performed for
  - `state` 'PENDING' | 'EXECUTING' | 'COMPLETED' | 'FAILED' | 'CANCELLED', required

## Other responses

- `422` — Validation Error

---

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