---
title: "Get Highlight"
method: GET
path: "/v1/highlights/{highlight_id}"
tags: ["Highlights"]
---

# Get Highlight

`GET /v1/highlights/{highlight_id}`

## Path parameters

- `highlight_id` string, required

## Response `200`

Success

- GetHighlightResponse
  - `highlight` HighlightMetadata, required
    - `id` string, required
    - `event_type` string, nullable
    - `custom_category_name` string, nullable
    - `event_description` string, nullable
    - `event_timestamp_seconds` number, nullable
    - `edit_length` number, nullable
    - `inclusion_reasoning` string, nullable
    - `created_at` string, nullable
    - `otio_edit` object, nullable
    - `target_team` string, nullable
    - `target_players` string[], nullable
    - `otio_crop` object, nullable
    - `source_archive` object, nullable
    - `source_window` object, nullable
    - `render_windows` object[], nullable
    - `editor_state` object, nullable
    - `editor_revision` integer, nullable
    - `editor_project_id` string, nullable
    - `fight_number` integer, nullable
    - `round_number` integer, nullable
    - `fight_name` string, nullable
    - `event_metadata` object, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/narrative-sports/apis/narrative-sports-api.md) · [All operations](https://skmtc.net/narrative-sports/apis/narrative-sports-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/narrative-sports/narrative-sports-api/revisions/86b5690d9e38/schema)
