---
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` string, uuid, required
    - `lineItems` LineItem[] — line items associated with the claim
      - `title` string
      - `category` string
      - `date` string, date
      - `evidenceItems` string[]
      - `id` string, uuid, required
    - `evidence` ClaimEvidence[] — evidence associated with the claim
      - `fileKey` string
      - `fileSize` integer
      - `submittedOn` string, date-time
      - `id` string, uuid, 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
  - `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

---

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