List workflows (Beta)
Beta. List workflows visible to your organization. Includes both your org’s private workflows and curated Valyu workflows. Run a workflow by passing its slug as workflow_id to POST /v1/deepresearch/tasks.
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"
]
