Get an export download URL
Generates a short-lived signed URL for downloading the export file, scoped to the caller's vault.
POST
/api/exports/{id}/downloadPath parameters
idnumberrequiredPath parameter: id
Request
curl
curl -X POST https://platform.trickest.com/api/exports/{id}/download \
-H "Authorization: Bearer $TRICKEST_TOKEN"Responses
200Signed download URL for the export file
urlstringrequired400Bad Request – validation error or malformed input
codestringmessagestring401Unauthorized – missing or expired token
codestringmessagestring500Internal Server Error
codestringmessagestring