---
title: "/employees/:id/documents"
method: GET
path: "/employees/{id}/documents"
---

# /employees/:id/documents

`GET /employees/{id}/documents`

Returns a collection of the uploaded documents for a specific employee. Required scope: `r_employees`. Accessible with user level tokens and account level tokens that provide the member_id query param.

Use the `type` query parameter to select which class of documents to return. `type=i_9_form_document` is only accessible to the employee who owns the document or a member with the `SignaturesView` permission; other callers receive `403 Forbidden`.

## Path parameters

- `subdomain` string, required
- `id` string, required

## Query parameters

- `member_id` string
- `type` 'simple_employee_document' | 'signature_request_employee_document' | 'timeoff_attachment' | 'i_9_form_document'
- `limit` integer
- `offset` integer

## Response `200`

200

- object
  - `total_count` integer
  - `employee_documents` object[]
    - `id` string
    - `filename` string
    - `filepath` string
    - `filesize` integer
    - `created_by` string

## Other responses

- `400` — 400

---

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