List or search notes
Lists the authenticated user's notes for their vault, optionally filtered by workflow or a full-text query.
GET
/api/notesQuery parameters
statusenumrequireddefault: pendingRequest
curl
curl -X GET https://platform.trickest.com/api/notes \
-H "Authorization: Bearer $TRICKEST_TOKEN"Responses
200List of note summaries
successboolean400Bad Request – validation error or malformed input
codestringmessagestring401Unauthorized – missing or expired token
codestringmessagestring500Internal Server Error
codestringmessagestring