Get a query folder
Fetches a single query folder by its id, scoped to the caller's vault.
GET
/api/query-metadata/folders/{folderId}Path parameters
folderIdnumberrequiredPath parameter: folderId
Request
curl
curl -X GET https://platform.trickest.com/api/query-metadata/folders/{folderId} \
-H "Authorization: Bearer $TRICKEST_TOKEN"Responses
200Folder details
idstringrequiredvaultIdstringrequiredworkflowIdstringworkspaceIdstringnamestringrequiredcolorstringiconstringsortOrderintegerqueryCountintegercreatedAtstringupdatedAtstring400Bad Request – validation error or malformed input
codestringmessagestring401Unauthorized – missing or expired token
codestringmessagestring500Internal Server Error
codestringmessagestring