Details
Exports API
Details
GET
Details
Documentation Index
Fetch the complete documentation index at: https://docs.bizzy.ai/llms.txt
Use this file to discover all available pages before exploring further.
Request
Path
ID of the export. This is the ID that was returned when you queued the export (see exports endpoint in the Lists API).
Response
ID of the export.
Name of the export.
Status of the export. Can be one of the following:
PENDING: The export is pending and will be processed in the background.IN_PROGRESS: The export is in progress.AVAILABLE: The export is available for download.EXPIRED: The export has expired and is no longer available for download (available for 7 days after completion).FAILED: The export failed.INSUFFICIENT_CREDITS: The export failed because the user has insufficient credits.NO_RESULTS: The export failed because there are no results to export.
Progress of the export. Number between 0 and 1 (2 decimal places).
URL of the export file. Only available when the export status is
AVAILABLE.