List workflows in the library
List workflows in the library, optionally filtered by vault (`vault=me` resolves to the caller's vault). Supports pagination, search, and ordering.
GET
/api/library/workflowQuery parameters
pageintegerrequireddefault: 1page_sizeintegerrequiredsearchstringrequiredvaultstringorderingstringdb_modeenumcategorystringRequest
curl
curl -X GET https://platform.trickest.com/api/library/workflow \
-H "Authorization: Bearer $TRICKEST_TOKEN"Responses
200Paginated list of workflows
resultsobject[]requiredcountintegernextstringpreviousstring400Bad Request – validation error or malformed input
codestringmessagestring401Unauthorized – missing or expired token
codestringmessagestring500Internal Server Error
codestringmessagestring