curl --request GET \
--url https://api.airtop.ai/api/hooks/agents/{agentId}/invocations/{invocationId}/result \
--header 'Authorization: Bearer <token>'{
"status": "completed",
"output": {},
"error": "<string>"
}Retrieves the status and result of a specific agent invocation.
curl --request GET \
--url https://api.airtop.ai/api/hooks/agents/{agentId}/invocations/{invocationId}/result \
--header 'Authorization: Bearer <token>'{
"status": "completed",
"output": {},
"error": "<string>"
}Was this page helpful?