Skip to main content
Payroll export documents are read-only through the Public API. The API exposes metadata and a download operation; it does not expose export generation or deletion.

Supported formats

Values are case-sensitive.

Retrieval swimlane

List documents

Metadata fields

Download safely

1

Read metadata

Confirm tenant, type, month range, filename, and media type.
2

Check file availability

Do not request a file when fileName is null.
3

Download

Inspect HTTP status and Content-Type before writing the response as a file.
4

Validate downstream format

Apply the payroll system’s encoding, delimiter, field, and period checks before import.
5

Persist processing state

Store document ID, content metadata, request ID, import timestamp, and outcome.

Availability and scheduling

The public OpenAPI contract does not define the export-generation schedule, retention period, or a universal polling interval. Do not invent a cadence from createdAt. Use the customer-specific payroll process and treat document metadata as the source for availability.

Download failures

Downloaded payroll data must be protected by the destination system’s access, retention, and deletion controls.
Last modified on August 28, 2026