---
title: "Get a single microstep by ID"
method: GET
path: "/v1/microsteps/{id}"
tags: ["content"]
---

# Get a single microstep by ID

`GET /v1/microsteps/{id}`

## Path parameters

- `id` string, uuid, required

## Response `200`

Item retrieved successfully

- object
  - `message` string
  - `valid` boolean
  - `data` object
    - `data` object
      - `today` object
        - `item` MicrostepItem — A small, science-backed daily action.
          - `id` string, uuid, required
          - `title` string, required
          - `body` string, nullable
          - `action` string, nullable
          - `journeys` MicrostepJourney[]
            - `name` string
            - `shortName` string, nullable
            - `description` string, nullable
            - `image` string, nullable
            - `imageUrl` string, nullable
          - `coreHealthBehaviors` MicrostepJourney[] — Core health behaviors associated with this microstep; contains the same values as `journeys`.
            - `name` string
            - `shortName` string, nullable
            - `description` string, nullable
            - `image` string, nullable
            - `imageUrl` string, nullable
          - `tags` TaxonomyTerm[] — Tags associated with this microstep, 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 microstep. Currently always empty.
            - `id` string, nullable, required — Stable identifier for the term; null where none exists
            - `slug` string, required
            - `name` string, nullable, required
          - `createdAt` string, date-time — Omitted when not available
          - `updatedAt` string, date-time — Omitted when not available

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