---
title: "Get a single story by ID (v1)"
method: GET
path: "/v1/stories/{id}"
tags: ["stories"]
---

# Get a single story by ID (v1)

`GET /v1/stories/{id}`

## Path parameters

- `id` string, uuid, required

## Query parameters

- `locale` string

## Response `200`

Item retrieved successfully

- object
  - `message` string
  - `valid` boolean
  - `data` object
    - `data` object
      - `learnV2` object
        - `item` StoryItem — An article, role model story, or recipe.
          - `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[]
            - `name` string
            - `title` string, nullable
            - `bio` string, nullable
            - `photoUrl` string, uri, nullable
          - `tags` TaxonomyTerm[] — Tags associated with this story, as term objects.
            - `id` string, nullable, required — Stable identifier for the term; null where none exists
            - `slug` string, required
            - `name` string, nullable, required
          - `conditions` TaxonomyTerm[] — Health conditions associated with this story, as term objects.
            - `id` string, nullable, required — Stable identifier for the term; null where none exists
            - `slug` string, required
            - `name` string, nullable, required
          - `journeyIds` string[]
          - `journeys` ArticleJourney[]
            - `id` string, uuid
            - `name` string
            - `shortName` string, nullable
            - `description` string, nullable
            - `imageUrl` string, nullable
            - `emoji` string, nullable
            - `hasMicrosteps` boolean
            - `image` string, nullable
            - `coreType` string, nullable
            - `preferredOrder` integer, nullable
            - `thumbnailUrl` string, nullable
            - `createdAt` string, date-time
            - `updatedAt` string, date-time
            - `colorPalette` object, nullable
              - …
          - `coreHealthBehaviors` ArticleJourney[] — Core health behaviors associated with this story; contains the same values as `journeys`.
            - `id` string, uuid
            - `name` string
            - `shortName` string, nullable
            - `description` string, nullable
            - `imageUrl` string, nullable
            - `emoji` string, nullable
            - `hasMicrosteps` boolean
            - `image` string, nullable
            - `coreType` string, nullable
            - `preferredOrder` integer, nullable
            - `thumbnailUrl` string, nullable
            - `createdAt` string, date-time
            - `updatedAt` string, date-time
            - `colorPalette` object, nullable
              - …
          - `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

## Other responses

- `401` — Unauthorized — missing or invalid token
- `404` — Item not found
- `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)
