Exa · Arazzo Workflow
Exa Create and Poll Research
Version 1.0.0
Kick off an Exa research task and poll until it completes, then read output.
Provider
Workflows
create-and-poll-research
Create a research task and poll until it completes, then return its output.
Submits research instructions, captures the researchId, and polls the get endpoint until the task reaches the completed status before returning the research output content.
1
createResearch
ResearchController_createResearch
Submit a new research task with the supplied instructions and model, capturing the researchId for polling.
2
pollResearch
ResearchController_getResearch
Fetch the research task by id and inspect its status. While it is still running, loop back and poll again; once it is completed, continue.