The Open API specification for Synapse is now available for download!

Download Open API Spec

GET /agent/chat/async/get/{asyncToken}

Get the agent's response to a user's prompt started by calling: POST /agent/chat/async/start

Only the user that started the job may get the job's results.

Resource URL

https://repo-prod.prod.sagebase.org/repo/v1/agent/chat/async/get/{asyncToken}

Resource URL Variables
{asyncToken}
Resource Information
Authentication Required
Required OAuth Scopes view , modify
HTTP Method GET
Request Object None
Response Object AgentChatResponse
(application/json)