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

# Get Participant Documents

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

Get portal-accessible documents for a participant (portal_access = true only).

## Path parameters

- `participant_id` string, required — Participant ID

## Headers

- `authorization` string, required — Bearer token

## Response `200`

Successful Response

- DocumentsResponse — List of portal documents for a participant.
  - `documents` ParticipantDocument[] — Portal-accessible documents
    - `id` integer, required — Document record ID
    - `created_at` string, required — Upload timestamp (ISO 8601)
    - `document_name` string, nullable — Human-readable document name
    - `document_type` string, nullable — Document category/type
    - `portal_access` boolean — Whether document is visible in the portal
    - `document_key` string, nullable — Storage key for the file
    - `plan_id` integer, nullable — Associated plan ID
  - `total` integer — Total number of documents

## 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)
