Exa · Arazzo Workflow
Exa Resume Latest Research
Version 1.0.0
Find the most recent research task and poll it until it completes.
View Spec
View on GitHub
Artificial IntelligenceSearchWeb SearchNeural SearchLLMAgentsResearchWebsetsArazzoWorkflows
Provider
Workflows
resume-latest-research
List research tasks, take the newest, and poll it to completion.
Lists research requests newest-first, selects the most recent researchId, and polls the get endpoint until that task reaches the completed status.
1
listResearch
ResearchController_listResearch
List research requests ordered newest-first and capture the researchId of the most recent task.
2
pollResearch
ResearchController_getResearch
Fetch the latest research task by id and inspect its status. While it is still running, loop back and poll again; once completed, finish.