---
title: "Get Story Articles"
method: GET
path: "/api/v2/stories/{story_id}/articles"
tags: ["Stories"]
---

# Get Story Articles

`GET /api/v2/stories/{story_id}/articles`

Fetch the full paginated source-article list for a Story. Use this when the top 3 inline articles are not enough.

## Path parameters

- `story_id` string, required

## Query parameters

- `limit` integer
- `cursor` string

## Response `200`

Paginated source articles

- object
  - `success` true
  - `pagination` Pagination
    - `limit` integer
    - `cursor` string, nullable
    - `next_cursor` string, nullable
  - `data` Article[]
    - `id` string, nullable
    - `url` string, uri
    - `title` string, nullable
    - `domain` string, nullable
    - `domain_avatar_url` string, uri, nullable — Best-effort source-domain avatar/favicon URL for UI rendering.
    - `image_url` string, uri, nullable — Best-effort source article sharing image from the GDELT GKG layer.
    - `article_date` string, date, nullable
    - `rank` integer, nullable
    - `role` string, nullable

---

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