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.
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
websets-create
Create a Webset with an embedded search query and target count. It begins processing immediately; capture its id and initial status.
2
pollWebset
websets-get
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
websets-items-list
List the structured items the Webset collected, capturing the first item id and the pagination cursor.