get
https://www.pelcro.com/api/v1/core/exports/
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Exports are available exclusively for Enterprise accounts. Non-enterprise accounts will receive a 401 Unauthorized response.
Overview
Once you receive an email notification that your export is ready, use this endpoint to download your file.
Important: Each export file can only be downloaded once. After you download it, the file is automatically deleted from our servers. If you need the data again, request a new export.
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
uuid | string | Yes | The unique identifier returned when you requested the export |
Response
On success, the endpoint streams the file directly to your client with a Content-Type: application/force-download header. The file will be either:
- A CSV file for most export types
- A ZIP file for accounting exports (contains 11 CSV reports)
Error Responses
| Status | Message | Meaning |
|---|---|---|
| 404 | "The export is not yet ready to be downloaded." | The export is still processing. Wait for the email notification. |
| 400 | "The requested file has already been downloaded or has expired." | You already downloaded this file, or it expired. Request a new export. |
| 404 | "The requested file was not found, please try to export again." | The export UUID doesn't exist or belongs to a different account. |
