---
title: "Get key moments detected in a call"
method: GET
path: "/empower/call/{callUUID}/moments"
tags: ["empower"]
---

# Get key moments detected in a call

`GET /empower/call/{callUUID}/moments`

Retrieves the key moments detected by Empower AI during the specified call (e.g. objections, commitments, questions).

**Permission:** `Empower Read` required.

**Monitoring:** No impact. Visibility depends on your Empower role.

## Path parameters

- `callUUID` string, required

## Response `200`

Successful operation — returns the list of key moments for the call.

- Moment[]
  - `moment_id` integer
  - `team_id` integer
  - `label` string
  - `color` string
  - `emoji` string
  - `keywords` Keyword[]
    - `keyword_id` integer
    - `label` string
    - `language` string
    - `segment_id` integer
    - `created_by` integer
    - `creation_date` string, date-time
  - `group_ids` integer[]
  - `created_by` integer
  - `updated_by` integer
  - `creation_date` string, date-time
  - `update_date` string, date-time

## Other responses

- `400` — Bad request — invalid call UUID format.
- `401` — Unauthorized — missing or invalid token, or insufficient Empower Read permission.
- `500` — Internal server error.

---

[API](https://skmtc.net/ringover/apis/ringover-public-api.md) · [All operations](https://skmtc.net/ringover/apis/ringover-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ringover/ringover-public-api/revisions/9da73dd2f99e/schema)
