Skip to main content
GET
List employee documents

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

organization_id
required
employee_id
required

Query Parameters

document_type
enum<string> | null

Filter by document type

Available options:
payslip,
contract,
work_permit,
id_document,
proof_of_address,
org_logo,
uk_bacs_file,
uk_bacs_file_csv,
other
status
enum<string>
default:active

Filter by status (default: active)

Available options:
active,
archived,
deleted,
pending_upload
limit
integer
default:10
Required range: 1 <= x <= 100
cursor
string | null
prev_cursor
string | null
sort
string[]

Response

Successful Response

items
DocumentResponse · object[]
required
pagination
PaginationMeta · object
required