---
title: "Get Applicant Files"
method: GET
path: "/v2/applicants/{id}/secure_documents"
tags: ["Applicants"]
---

# Get Applicant Files

`GET /v2/applicants/{id}/secure_documents`

Accessing secure file uploads from Fountain.

## Path parameters

- `id` string, required

## Response `200`

OK

- ApplicantSecureDocumentsResponse
  - `secure_documents` object[], required
    - `name` string, required — Name of the secure document.
    - `friendly_name` string, required — Friendly name of the secure document.
    - `filename` string, required — Document filename of file.
    - `size` number, required — Size of secure document in bytes.
    - `approved` boolean, required — If the document is approved or not.
    - `id` string, required — ID of the secure document.
    - `public_url` string, uri, required — The URL to download the secure document.
    - `stage` object, required
      - `id` string, required — ID of the stage.
      - `title` string, required — Title of the stage.
      - `form_title` string, nullable — Form Title of the stage.
      - `form_description` string, nullable — Form Description of the stage.
    - `file_upload_requests` object[]
      - `recollection_reason` 'blurry' | 'corrupt' | 'incorrect' | 'expired' | 'custom' — Reason the upload is being recollected.
      - `created_at` string — DateTime the re-collection request was triggered.
    - `approved_by` object
      - `name` string — Name of the user who approved the document.
      - `email` string — Email of the user who approved the document.
      - `id` string — ID of the user who approved the document.
    - `created_at` string, required — DateTime the file was created.
    - `approved_at` string, nullable, required — DateTime the file was approved.

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/fountain/apis/hire-public-api.md) · [All operations](https://skmtc.net/fountain/apis/hire-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fountain/hire-public-api/revisions/5f406c0e9462/schema)
