---
title: "List all documents"
method: GET
path: "/hris/{connection_id}/document"
tags: ["hris", "document"]
---

# List all documents

`GET /hris/{connection_id}/document`

## Path parameters

- `connection_id` string, required

## Query parameters

- `limit` number
- `offset` number
- `updated_gte` string
- `sort` string
- `order` string
- `query` string
- `user_id` string
- `company_id` string
- `type` string
- `fields` string[]
- `raw` string

## Response `200`

Successful

- HrisDocument[]
  - `id` string
  - `created_at` string, date-time
  - `updated_at` string, date-time
  - `document_url` string
  - `document_data` string
  - `filename` string
  - `type` 'CONTRACT' | 'OFFER_LETTER' | 'POLICY' | 'TAX' | 'ID' | 'VISA' | 'PAYSLIP' | 'BENEFITS' | 'CERTIFICATION' | 'PERFORMANCE_REVIEW' | 'ONBOARDING' | 'TERMINATION' | 'MEDICAL' | 'OTHER'
  - `user_id` string
  - `company_id` string
  - `raw` object

---

[API](https://skmtc.net/unified/apis/unified-to-api.md) · [All operations](https://skmtc.net/unified/apis/unified-to-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/unified/unified-to-api/versions/1f72720916e4/schema)
