---
title: "Get Documents"
method: GET
path: "/documents"
---

# Get Documents

`GET /documents`

Fetch tax/payroll documents such as tax returns and W-2s for an employer/employee.

## Query parameters

- `companyID` string, required
- `id` string

## Request body

- unknown

## Response `200`

200

- object
  - `success` boolean
  - ` data` object[]
    - `companyID` string
    - `type` string
    - `description` string
    - `id` string
    - `link` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/zeal/apis/zeal-api.md) · [All operations](https://skmtc.net/zeal/apis/zeal-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zeal/zeal-api/revisions/01346dceb27d/schema)
