List file-folder associations
Lists file IDs and association records for a virtual storage folder.
GET
/api/storage/folders/filesQuery parameters
vaultIdstringfolderPathstringRequest
curl
curl -X GET https://platform.trickest.com/api/storage/folders/files \
-H "Authorization: Bearer $TRICKEST_TOKEN"Responses
200File IDs and associations ({ fileIds, associations, count }); bespoke body, no entity schema
successboolean400Bad Request – validation error or malformed input
codestringmessagestring401Unauthorized – missing or expired token
codestringmessagestring500Internal Server Error
codestringmessagestring