---
title: "Get Participant Statements"
method: GET
path: "/api/v1/mobile/documents/{participant_id}/statements"
tags: ["Mobile - Documents"]
---

# Get Participant Statements

`GET /api/v1/mobile/documents/{participant_id}/statements`

Get statements for a participant.

## Path parameters

- `participant_id` string, required — Participant ID

## Query parameters

- `plan_manager_id` string, required — Plan manager ID

## Headers

- `authorization` string, required — Bearer token

## Response `200`

Successful Response

- StatementsResponse — List of statements for a participant.
  - `statements` ParticipantStatement[] — Participant statements
    - `id` string, required — Statement record ID
    - `created_at` string, required — Generation timestamp (ISO 8601)
    - `type` string, nullable — Statement type (e.g. postal, auto)
    - `status` string — Statement status
    - `auto_statement` boolean — Whether generated automatically
    - `recipient_email` string, nullable — Email address statement was sent to
    - `document_id` string, nullable — Associated document ID for PDF
    - `statement_period` string, nullable — Date range of the statement period, e.g. '2024-01-01 - 2024-01-31'
    - `download_url` string, nullable — Direct download URL for the statement PDF (set by PDFMonkey webhook)
  - `total` integer — Total number of statements

## Other responses

- `401` — Unauthorized
- `403` — Access denied
- `422` — Validation Error
- `500` — Internal server error

---

[API](https://skmtc.dev/caresquare/apis/fastapi.md) · [All operations](https://skmtc.dev/caresquare/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/caresquare/fastapi/revisions/c9df874d8d59/schema)
