---
title: "Get all microsteps with optional client-side filtering"
method: GET
path: "/v1/microsteps"
tags: ["content"]
---

# Get all microsteps with optional client-side filtering

`GET /v1/microsteps`

Items at `data.data.today.allMicrosteps`. Pagination and filtering are applied client-side by the API.

## Query parameters

- `page` integer
- `limit` integer
- `search` string
- `filter` string

## Response `200`

Successful response

- object
  - `message` string
  - `valid` boolean
  - `data` object
    - `data` object
      - `today` object
        - `allMicrosteps` MicrostepItem[]
          - `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
        - `pageInfo` object — Client-side pagination metadata
          - `totalCount` integer
          - `currentPage` integer
          - `totalPages` integer
          - `hasNextPage` boolean
          - `hasPreviousPage` 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)
