GET
List Workflows
Returns a paginated list of Workflows in your sub-account.
GET
https://api.vantaxai.com/v1/workflowsWorkflows are returned newest-first. Use the `limit` and `starting_after` cursor parameters to page through large collections. Each Workflow includes its trigger and the ordered list of steps that run when it fires.
Headers
AuthorizationstringrequiredBearer authentication with your secret API key.
example: Bearer vx_live_3fa9c2…
Query Parameters
sub_account_idstringrequiredThe sub-account to list Workflows for.
example: sub_8a1f4c2e
limitintegeroptionalNumber of records to return (1–100). Defaults to 20.
example: 20
starting_afterstringoptionalCursor for pagination — a Workflow id to start after.
example: wf_4c81a0
is_activebooleanoptionalFilter by active state.
example: true