# getChatHistory

**Kind:** API Endpoint

**Source:** [`atloria-monorepo/apps/api/src/support-agent/support-agent.controller.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/api/src/support-agent/support-agent.controller.ts#L177)

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)
