Exa · Arazzo Workflow
Exa Expand Webset Search
Version 1.0.0
Build a Webset, add a follow-up search, and poll it to completion.
View Spec
View on GitHub
Artificial IntelligenceSearchWeb SearchNeural SearchLLMAgentsResearchWebsetsArazzoWorkflows
Provider
Workflows
expand-webset-search
Create a Webset, add a follow-up search, and poll it until completed.
Creates a Webset, waits for it to settle, adds a second search with a new query, and polls that search until it reaches the completed status.
1
createWebset
Create a Webset with the initial query. It begins processing immediately; capture its id.
2
pollWebset
Poll the Webset until it returns to idle, looping while it is still running or pending.
3
addSearch
Add a second Search to the Webset with the follow-up query to discover more matching items; capture the new search id.
4
pollSearch
Poll the follow-up Search by id until it reaches completed, looping back while it is still created, pending, or running.
Source API Descriptions
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.