---
title: "Get Opportunity Updates Data"
method: GET
path: "/opportunities/updates"
tags: ["OPPORTUNITIES"]
---

# Get Opportunity Updates Data

`GET /opportunities/updates`

Get opportunity updates data.
:param db: The database session for accessing the database.
:param auth: The authorization token for the request.
:param opportunity_id: The opportunity id for the resource name filter.
:return: ok status and optional message.

## Query parameters

- `opportunity_id` string, required

## Headers

- `x-tenant` string, required

## Response `200`

Successful Response

- OpportunityUpdatesResponse[]
  - `opportunity_id` string, required
  - `timestamp` string, date-time, required
  - `owner` string, nullable
  - `status` string, nullable
  - `created_by` string, nullable

## Other responses

- `400` — Not supported for public user
- `403` — Not supported for public user
- `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)
