---
title: "Get daily step videos for Thrive journeys"
method: GET
path: "/v1/journey/daily-step-videos"
tags: ["content"]
---

# Get daily step videos for Thrive journeys

`GET /v1/journey/daily-step-videos`

## Response `200`

Successful response

- object
  - `message` string
  - `valid` boolean
  - `data` object
    - `data` object
      - `journeys` object
        - `getJourneyDailyStepVideos` JourneyDailyStepVideo[]
          - `id` string
          - `title` string
          - `description` string, nullable
          - `url` string, uri
          - `thumbnailUrl` string, uri, nullable
          - `manifestUrl` string, uri, nullable — HLS manifest URL (.m3u8)
          - `tags` TaxonomyTerm[] — Currently always empty.
            - `id` string, nullable, required — Stable identifier for the term; null where none exists
            - `slug` string, required
            - `name` string, nullable, required
          - `conditions` TaxonomyTerm[] — Currently always empty.
            - `id` string, nullable, required — Stable identifier for the term; null where none exists
            - `slug` string, required
            - `name` string, nullable, required
          - `coreHealthBehaviors` TaxonomyTerm[] — Currently always empty.
            - `id` string, nullable, required — Stable identifier for the term; null where none exists
            - `slug` string, required
            - `name` string, nullable, required

## 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)
