---
title: "List Opportunity Comments"
method: GET
path: "/opportunities/comments"
tags: ["OPPORTUNITIES"]
---

# List Opportunity Comments

`GET /opportunities/comments`

## Query parameters

- `opportunity_id` string, required
- `instance_id` integer, required
- `navigationSource` string, nullable

## Headers

- `x-tenant` string, required

## Response `200`

Successful Response

- CommentResponse[]
  - `id` string, required
  - `opportunity_id` string, required
  - `instance_id` integer, nullable
  - `comment` string, required
  - `created_by` integer, nullable
  - `timestamp` string, date-time, required
  - `updated_at` string, date-time, nullable
  - `edited` boolean

## Other responses

- `422` — Validation Error

---

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