Kind: API Endpoint
Source: atloria-monorepo/apps/api/src/support-agent/support-agent.controller.ts
Get chat history for an agent
Endpoint
GET /support-agent/:projectId/agents/:agentId/history
| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
projectId | path | string | ✓ | |
agentId | path | string | ✓ | |
limit | query | string | - |
Referenced By
SupportAgentController(MODULE_DECLARES)
Was this page helpful?