AgentIntegrationResponseDto
August 7, 2026 · View on GitHub
Fields
| Field | Type | Required | Description |
|---|---|---|---|
id | String | :heavy_check_mark: | Agent–integration link document id. |
agentId | String | :heavy_check_mark: | N/A |
integration | AgentIntegrationResponseIntegrationDto | :heavy_check_mark: | N/A |
environmentId | String | :heavy_check_mark: | N/A |
organizationId | String | :heavy_check_mark: | N/A |
connectedAt | JsonNullable<ConnectedAt> | :heavy_minus_sign: | Set when the agent–integration link received its first inbound webhook delivery. |
createdAt | String | :heavy_check_mark: | N/A |
updatedAt | String | :heavy_check_mark: | N/A |
exceedsPlanLimit | Optional<Boolean> | :heavy_minus_sign: | Cloud only. true when this channel type (provider) falls outside the organization plan active-channel limit (by connection order). Active channels are counted per channel type, so multiple integrations of the same provider (e.g. several Slack workspaces) count as a single active channel. Over-limit channels keep their configuration but the agent will not respond on them until the plan is upgraded or older channel types are disconnected. |