Get sandbox status
Returns the current lifecycle status for the caller's sandbox, keyed by workflow and vault, for cold-load reattach.
GET
/api/sandbox/statusQuery parameters
workflowIdstringrequiredvaultIdstringrequiredRequest
curl
curl -X GET https://platform.trickest.com/api/sandbox/status \
-H "Authorization: Bearer $TRICKEST_TOKEN"Responses
200Sandbox status snapshot
successboolean400Bad Request – validation error or malformed input
codestringmessagestring401Unauthorized – missing or expired token
codestringmessagestring500Internal Server Error
codestringmessagestring