List export requests
Lists reporting export requests for the caller's vault, with optional filters by solution, query, file name, or view, plus limit/offset paging.
GET
/api/exportsQuery parameters
solution_idstringquery_idstringfile_namestringview_namestringlimitintegeroffsetintegerRequest
curl
curl -X GET https://platform.trickest.com/api/exports \
-H "Authorization: Bearer $TRICKEST_TOKEN"Responses
200List of export requests
resultsobject[]requiredcountinteger400Bad Request – validation error or malformed input
codestringmessagestring401Unauthorized – missing or expired token
codestringmessagestring500Internal Server Error
codestringmessagestring