Exa · Arazzo Workflow
Exa Expand Webset Search
Version 1.0.0
Build a Webset, add a follow-up search, and poll it to completion.
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
websets-create
Create a Webset with the initial query. It begins processing immediately; capture its id.
2
pollWebset
websets-get
Poll the Webset until it returns to idle, looping while it is still running or pending.
3
addSearch
websets-searches-create
Add a second Search to the Webset with the follow-up query to discover more matching items; capture the new search id.
4
pollSearch
websets-searches-get
Poll the follow-up Search by id until it reaches completed, looping back while it is still created, pending, or running.