curl --request GET \
--url https://app.plugchoice.com/api/v3/exports \
--header 'Authorization: Bearer <token>'{
"uuid": "<string>",
"type": "<string>",
"status": "<string>",
"filename": "<string>",
"file_size": 123,
"row_count": 123,
"error_message": "<string>",
"requested_at": "<string>",
"completed_at": "<string>",
"failed_at": "<string>",
"subject": {
"type": "<string>",
"id": 123,
"label": "<string>"
},
"download_url": "<string>"
}curl --request GET \
--url https://app.plugchoice.com/api/v3/exports \
--header 'Authorization: Bearer <token>'{
"uuid": "<string>",
"type": "<string>",
"status": "<string>",
"filename": "<string>",
"file_size": 123,
"row_count": 123,
"error_message": "<string>",
"requested_at": "<string>",
"completed_at": "<string>",
"failed_at": "<string>",
"subject": {
"type": "<string>",
"id": 123,
"label": "<string>"
},
"download_url": "<string>"
}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.
pending, processing, ready, failed, cancelled.pending, processing, ready, failed, cancelled.null if the export has not completed.null if the export has not completed.null if the export has not completed.null.null.null.ready. May be null.