---
title: "Get a draft claim by ID"
method: GET
path: "/api/v1/drafts/{draftClaimId}"
tags: ["Draft claims"]
---

# Get a draft claim by ID

`GET /api/v1/drafts/{draftClaimId}`

## Path parameters

- `draftClaimId` string, uuid, required

## Response `200`

Draft claim found

- DraftClaim
  - `version` integer, required
  - `id` string, uuid, required
  - `payload` object — payload
  - `providerUserId` string, uuid — ID of the provider user making the submission

## Other responses

- `403` — Invalid provider user ID
- `404` — Draft claim not found

## Changes

- **2026-08-06** `2380e2ea7c1d` — 1 info
  - added the required property `version` to the response with the `200` status
- **2026-07-16** `bbd890b405c7` — 1 breaking
  - the `payload` response's property type/format changed from `string`/`` to `object`/`` for status `200`
- **2026-07-10** `d4249894b3d4` — 1 info
  - api operation id `getClaim` removed and replaced with `getDraftClaim`
- **2026-07-10** `f77ef1a2ebfa` — 1 info
  - api operation id `getClaim` removed and replaced with `getDraftClaim`
- **2026-07-10** `d46606c95cba` — 1 info
  - endpoint added

[Full history](https://skmtc.dev/ministryofjustice/apis/openapi-definition-3/changes/api/v1/drafts/:draftClaimId/get.md)

---

[API](https://skmtc.dev/ministryofjustice/apis/openapi-definition-3.md) · [All operations](https://skmtc.dev/ministryofjustice/apis/openapi-definition-3/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ministryofjustice/openapi-definition-3/revisions/2380e2ea7c1d/schema)
