Exa · Arazzo Workflow
Exa Create Webset and List Items
Version 1.0.0
Create a Webset from a search, poll until it settles, then list its items.
View Spec
View on GitHub
Artificial IntelligenceSearchWeb SearchNeural SearchLLMAgentsResearchWebsetsArazzoWorkflows
Provider
Workflows
create-webset-and-list-items
Create a Webset, poll until idle, and list the collected items.
Creates a Webset with an embedded search, polls the webset until it returns to the idle status, then lists the structured items it found.
1
createWebset
Create a Webset with an embedded search query and target count. It begins processing immediately; capture its id and initial status.
2
pollWebset
Fetch the Webset by id and inspect its status. While it is still running or pending, loop back and poll again; once it returns to idle, continue.
3
listItems
List the structured items the Webset collected, capturing the first item id and the pagination cursor.
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.