---
title: "Get Comments"
method: GET
path: "/crm/comments"
tags: ["CRM Service Calls"]
---

# Get Comments

`GET /crm/comments`

Get comments for any entity type.

- **entity_type**: Type of entity (lead, contact, account, order, invoice, opportunity)
- **entity_id**: ID of the entity

Example: GET /crm/comments?entity_type=lead&entity_id=64a856b9c9ac463f751ba187

## Query parameters

- `entity_type` 'lead' | 'contact' | 'account' | 'order' | 'invoice' | 'opportunity', required — Entity type: lead, contact, account, order, invoice, opportunity (for deal)
- `entity_id` string, required — ID of the entity

## Response `200`

Successful Response

- CommentResponse[]
  - `id` string, nullable
  - `comment` string, nullable
  - `type` string, nullable
  - `date` string, nullable
  - `user_name` string, nullable
  - `userid` string, nullable
  - `system_added` boolean, nullable
  - `avatar_url` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/ambivo/apis/ambivo-api.md) · [All operations](https://skmtc.net/ambivo/apis/ambivo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ambivo/ambivo-api/versions/165a6d16a9a0/schema)
