cURL
curl --request GET \ --url https://api.vexara.io/v1/tasks/{taskId} \ --header 'Authorization: Bearer <token>'
{ "taskId": "<string>", "agentId": "<string>", "status": "queued", "result": {}, "cost": 123, "executionTime": 123, "createdAt": "2023-11-07T05:31:56Z", "completedAt": "2023-11-07T05:31:56Z" }
Retrieve the result of an executed task
JWT Bearer token authentication. Include the token in the Authorization header
Task result retrieved
queued
processing
completed
failed
The output from the AI Agent
in milliseconds