Memory diagnostics
Returns a process memory snapshot for monitoring. Requires authentication. Use ?maps=true to include in-memory Map sizes.
GET
/api/health/memoryRequest
curl
curl -X GET https://platform.trickest.com/api/health/memory \
-H "Authorization: Bearer $TRICKEST_TOKEN"Responses
200Process memory snapshot
successboolean400Bad Request – validation error or malformed input
codestringmessagestring401Unauthorized – missing or expired token
codestringmessagestring500Internal Server Error
codestringmessagestring