List vault-wide workflows
Returns all workflows across every workspace in the vault, each enriched with workspace metadata and app/database flags. Requires vault admin permissions (owner or space_admin).
GET
/api/vault/workflowsQuery parameters
pageintegerrequireddefault: 1page_sizeintegerrequiredsearchstringrequiredorderingstringrequireddefault: -modified_datehas_databaseenumRequest
curl
curl -X GET https://platform.trickest.com/api/vault/workflows \
-H "Authorization: Bearer $TRICKEST_TOKEN"Responses
200Paginated list of vault-wide workflows
resultsobject[]requiredcountintegernextstringpreviousstring400Bad Request – validation error or malformed input
codestringmessagestring401Unauthorized – missing or expired token
codestringmessagestring500Internal Server Error
codestringmessagestring