List Workflows
Reference for listing available Workflows via GET /v1/workflows (Valyu-curated and your org’s templates).
Authorizations
API key for authentication. Get yours at platform.valyu.ai.
Query Parameters
Filter by vertical (e.g. finance, life-sciences).
Which workflows to return: valyu (curated only), org (your org only), or all (both, default).
valyu, org, all Free-text search across title, subtitle, and description.
Comma-separated tags to filter by.
Maximum number of workflows to return (max 100).
1 <= x <= 100Comma-separated list of fields to expand. Pass version to include the full current version row for each workflow.
Response
List of workflows.
List of workflows.
Total number of workflows matching the filter.
44
Pagination cursor for the next page, or null when there are no more results.
null
Distinct verticals present across the curated catalog.
[
"consulting",
"private-equity",
"life-sciences",
"investment-banking",
"hedge-funds",
"legal-regulatory",
"sales-intelligence",
"supply-chain"
]
