---
title: "Get all stories (v1, static, up to 5000 items)"
method: GET
path: "/v1/stories"
tags: ["stories"]
---

# Get all stories (v1, static, up to 5000 items)

`GET /v1/stories`

## Query parameters

- `locale` string
- `stripExternalLinks` boolean

## Response `200`

Successful response

- object
  - `message` string
  - `valid` boolean
  - `data` object
    - `data` object
      - `learnV2` object
        - `getArticlesV2` StoryCollection — Paginated stories. Located at `data.data.learnV2.getArticlesV2` in the response.
          - `items` StoryItem[]
            - `id` string, uuid, required
            - `title` string, required
            - `summary` string, nullable
            - `body` string, nullable — HTML content
            - `imageUrl` string, nullable
            - `audioUrl` string, nullable
            - `contentType` string — Discriminator: article, roleModel, or recipe
            - `articleContentType` string — e.g. Text, Video, Audio
            - `durationSeconds` integer, nullable
            - `language` string, nullable
            - `source` string, nullable — HLS source URL for video articles
            - `authors` ArticleAuthor[]
              - …
            - `tags` TaxonomyTerm[] — Tags associated with this story, as term objects.
              - …
            - `conditions` TaxonomyTerm[] — Health conditions associated with this story, as term objects.
              - …
            - `journeyIds` string[]
            - `journeys` ArticleJourney[]
              - …
            - `coreHealthBehaviors` ArticleJourney[] — Core health behaviors associated with this story; contains the same values as `journeys`.
              - …
            - `spotlightSubscriptionIds` string[]
            - `featuredSubscriptionIds` string[]
            - `seoDescription` string, nullable
            - `seoTitle` string, nullable
            - `imageAlternativeText` string, nullable
            - `collection` string, nullable
            - `createdAt` string, date-time
            - `updatedAt` string, date-time
            - `servings` integer, nullable — Recipe only (v3): number of servings
            - `ingredients` string, nullable — Recipe only (v3): ingredients text
            - `directions` string, nullable — Recipe only (v3): cooking directions
            - `conditionType` string — Comma-separated names of the associated conditions
            - `isSpotlight` boolean — Whether the story is spotlighted
            - `isFeatured` boolean — True when `featuredSubscriptionIds` is non-empty
            - `thumbnailUrl` string, nullable — Thumbnail image URL; matches `imageUrl`
            - `excerpt` string, nullable — Short excerpt; matches `summary`
            - `author` string, nullable — Name of the first author
          - `pageSize` integer
          - `pageCount` integer
          - `page` integer
          - `hasMore` boolean

## Other responses

- `401` — Unauthorized — missing or invalid token
- `500` — Internal server error

---

[API](https://skmtc.net/thriveglobal/apis/thrive-global-partner-api.md) · [All operations](https://skmtc.net/thriveglobal/apis/thrive-global-partner-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/thriveglobal/thrive-global-partner-api/revisions/0e40a805593b/schema)
