curl --request POST \
--url https://app.plugchoice.com/api/v3/exports/{export}/retry \
--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 POST \
--url https://app.plugchoice.com/api/v3/exports/{export}/retry \
--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>"
}Retries a failed export. The original export subject must still exist.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.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.