Load thread conversation
Returns the messages for the specified chat thread using the workflow's published version.
Path parameters
agentIdstring · min: 1Required
The agent identifier
threadIdstring · min: 1Required
The chat thread identifier
Responses
200
Conversation messages returned
application/json
400
Bad Request
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
404
Not Found
application/json
500
Internal Server Error
application/json
get
/chat/agents/{agentId}/threads/{threadId}/conversationLast updated