---
title: "Get Event Stories"
method: GET
path: "/api/v2/events/{event_id}/stories"
tags: ["Events"]
---

# Get Event Stories

`GET /api/v2/events/{event_id}/stories`

The live story cluster(s) this Event belongs to. Reads the Event→Story links (including `rehomed` links produced by orphan reconnection) joined to the latest, non-superseded story clusters, so a merged-away story is never returned. Usually one story (the canonical); a reconnected Event also carries its re-homed story; a multi-cluster Event lists each live story that covered it. `relation` is `reconnected` when the Event was re-homed to this story after its original cluster merged away, otherwise `primary`.

## Path parameters

- `event_id` string, required

## Query parameters

- `start_date` string, date
- `end_date` string, date

## Response `200`

Live stories for the Event

- object
  - `success` true
  - `data` object[]
    - `id` string — Story (cluster) id.
    - `url` string — Public story URL.
    - `title` string, nullable — Story headline (label).
    - `story_date` string, date
    - `article_count` integer — Live article count of the story.
    - `relation` 'primary' | 'reconnected' — `reconnected` = the Event was re-homed here after its original cluster merged away; else `primary`.

---

[API](https://skmtc.net/gdeltcloud/apis/gdelt-cloud-api-v2.md) · [All operations](https://skmtc.net/gdeltcloud/apis/gdelt-cloud-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gdeltcloud/gdelt-cloud-api-v2/revisions/01aaa6255180/schema)
