Get Chat Config
Retrieves the chat configuration for the specified agent and authenticated user.
Path parameters
agentIdstring · min: 1Required
The agent identifier
Responses
200
Chat configuration retrieved successfully
application/json
400
Bad Request
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
404
Chat configuration not found
application/json
500
Internal Server Error
application/json
get
/chat/agents/{agentId}/configLast updated