Record a query run
Records that a saved query was executed, incrementing its run count and updating the last-run timestamp within the caller's vault.
POST
/api/query-metadata/runRequest
curl
curl -X POST https://platform.trickest.com/api/query-metadata/run \
-H "Authorization: Bearer $TRICKEST_TOKEN"Responses
200Run recorded
successboolean400Bad Request – validation error or malformed input
codestringmessagestring401Unauthorized – missing or expired token
codestringmessagestring500Internal Server Error
codestringmessagestring