---
title: "/candidates/:id/files"
method: GET
path: "/candidates/{id}/files"
---

# /candidates/:id/files

`GET /candidates/{id}/files`

Returns the files associated with the given candidate. Accessible with all token types.

## Path parameters

- `id` string, required

## Response `200`

200

- object
  - `files` object[]
    - `name` string
    - `preview_url` string
    - `source` string
    - `kind` string

## Other responses

- `401` — 401
- `404` — 404

---

[API](https://skmtc.net/workable/apis/account-root.md) · [All operations](https://skmtc.net/workable/apis/account-root/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/workable/account-root/versions/3ead9ec42165/schema)
