---
title: "Get Thrive Resets with pagination, locale, search, and filters"
method: GET
path: "/v3/resets"
tags: ["resets"]
---

# Get Thrive Resets with pagination, locale, search, and filters

`GET /v3/resets`

## Query parameters

- `page` integer
- `limit` integer
- `locale` string
- `search` string
- `random` 'true' | 'false'
- `theme` string
- `tag` string
- `chb` string
- `sort` string
- `filter` string

## Response `200`

Successful response

- object
  - `message` string
  - `valid` boolean
  - `data` object
    - `data` object
      - `reset` object
        - `thrive` object
          - `get` ResetCollection — Paginated collection of resets. Located at `data.data.reset.thrive.get` in the response.
            - `items` ResetItem[]
              - …
            - `total` integer
            - `page` integer
            - `itemsPerPage` integer
            - `hasMore` boolean — Present on v2/v3 paginated responses

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