Exa · Arazzo Workflow
Exa Webset Item Deep Contents
Version 1.0.0
Build a Webset, list its items, and deep-fetch the top item's contents.
Provider
Workflows
webset-item-deep-contents
Collect a Webset, then deep-fetch full contents for its top item.
Creates a Webset, waits for it to settle, lists its items, and retrieves the full text and summary for the top item's url via the contents endpoint.
1
createWebset
websets-create
Create a Webset with the search 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
listItems
websets-items-list
List the Webset items and capture the url on the top item's properties.
4
fetchItemContents
getContents
Cross to the Search API's contents endpoint to retrieve the full text and a summary for the top item's url.
Source API Descriptions
openapi