List or read sandbox files
Lists files in a sandbox directory, or returns the content of a single file when a path is provided.
GET
/api/sandbox/filesQuery parameters
sessionIdstringrequiredpathobjectrawenumdirstringRequest
curl
curl -X GET https://platform.trickest.com/api/sandbox/files \
-H "Authorization: Bearer $TRICKEST_TOKEN"Responses
200File listing or file content
successboolean400Bad Request – validation error or malformed input
codestringmessagestring401Unauthorized – missing or expired token
codestringmessagestring500Internal Server Error
codestringmessagestring