API Docs / Operations / Clients - CSV Export / Get Export Status

Get Export Status

GET /tenants/{tenant}/clients/export/csv/{code}

Returns the current status and progress of a CSV export job. Poll this endpoint after receiving a 202 Accepted response. When status is 'Completed', the downloadUrl field contains a time-limited link to download the CSV file.

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

code* path string

Responses

401 Unauthorized – Invalid or missing API key
403 Forbidden
404 Not Found