List query metadata for a solution
Returns all saved query metadata (favorites, custom names, notes, folder assignments) for a solution within the caller's vault.
GET
/api/query-metadataQuery parameters
vaultIdstringrequiredsolutionIdstringrequiredRequest
curl
curl -X GET https://platform.trickest.com/api/query-metadata \
-H "Authorization: Bearer $TRICKEST_TOKEN"Responses
200Query metadata records for the solution
metadataobject[]required400Bad Request – validation error or malformed input
codestringmessagestring401Unauthorized – missing or expired token
codestringmessagestring500Internal Server Error
codestringmessagestring