List Exports
Exports
List Exports
GET
List Exports
Returns a paginated list of data exports for the authenticated user.Documentation Index
Fetch the complete documentation index at: https://developer.plugchoice.com/llms.txt
Use this file to discover all available pages before exploring further.
Filter by export status. Values:
pending, processing, ready, failed, cancelled.Filter by export type.
Filter by the type of the exported subject.
Filter by the ID of the exported subject.
Response
The unique identifier of the export.
The export type.
The current status of the export. One of
pending, processing, ready, failed, cancelled.The filename of the exported file. May be
null if the export has not completed.The file size in bytes. May be
null if the export has not completed.The number of rows in the export. May be
null if the export has not completed.The error message if the export failed. May be
null.ISO 8601 timestamp of when the export was requested.
ISO 8601 timestamp of when the export completed. May be
null.ISO 8601 timestamp of when the export failed. May be
null.The subject that was exported. May be
null.A signed URL to download the exported file. Available when status is
ready. May be null.