---
title: "Get paged claims for the authenticated user"
method: GET
path: "/api/v1/claims"
tags: ["Claims"]
---

# Get paged claims for the authenticated user

`GET /api/v1/claims`

## Query parameters

- `page` integer
- `limit` integer

## Response `200`

Paged list of claims linked to a provider user

- ClaimPageResponse — Paged list of claims
  - `claims` Claim[] — Claims in this page
    - `id` integer, required
    - `lineItems` LineItem[] — line items associated with the claim
      - `title` string
      - `category` string
      - `date` string, date
      - `evidenceItems` ClaimEvidence[]
        - `fileKey` string
        - `fileSize` integer
        - `id` integer, required
      - `id` integer, required
    - `evidence` ClaimEvidence[] — evidence associated with the claim
      - `fileKey` string
      - `fileSize` integer
      - `id` integer, required
    - `ufn` string — universal file number
    - `providerUserId` string, uuid — ID of the provider user making the submission
    - `client` string — client name
    - `category` string — claim category
    - `concluded` string, date — claim concluded date
    - `feeType` string — fee type
    - `escaped` boolean — escaped status
    - `counselPayment` string — status of counsel payment
    - `claimed` number — amount claimed
    - `submissionId` string, uuid, required — id of the submission this claim belongs to
  - `page` integer — Current page index
  - `limit` integer — Maximum number of claims per page
  - `total` integer — Total number of claims across all pages
  - `totalPages` integer — Total number of pages available

## Other responses

- `403` — Forbidden

## Changes

- **2026-05-20** `d1eb32be5002` — 2 info
  - added the optional property `claims/items/evidence/items/fileSize` to the response with the `200` status
  - added the optional property `claims/items/lineItems/items/evidenceItems/items/fileSize` to the response with the `200` status
- **2026-05-14** `def1cfa2791d` — 3 info
  - added the non-success response with the status `403`
  - added the optional property `claims/items/evidence` to the response with the `200` status
  - added the optional property `claims/items/lineItems` to the response with the `200` status
- **2026-05-07** `f5d94c130d5b` — 1 info
  - added the optional property `claims/items/counselPayment` to the response with the `200` status
- **2026-05-06** `f141b4bcbce1` — 1 info
  - added the optional property `claims/items/escaped` to the response with the `200` status

[Change history](https://skmtc.dev/ministryofjustice/apis/openapi-definition-3/changes/api/v1/claims/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.dev/ministryofjustice/apis/openapi-definition-3/revisions/b5fcd3dd0dc2?raw)
