---
title: "Get all builders"
method: GET
path: "/builder"
tags: ["Builder"]
---

# Get all builders

`GET /builder`

## Query parameters

- `searchTerm` string
- `limit` integer
- `offset` integer

## Response `200`

OK

- PersonalMerchandisingSummaryApiModels — Paginated collection of builder summaries
  - `Total` integer — The total number of records which can be retrieved. Note that this field is not available for all paginated endpoints.
  - `Records` PersonalMerchandisingSummaryApiModel[] — The retrieved records.
    - `BuilderId` integer — Id of the builder
    - `Name` string — Name of the builder
    - `Usage` boolean — Represents if the builder is currently in use

---

[API](https://skmtc.net/tweakwise/apis/frontend-api.md) · [All operations](https://skmtc.net/tweakwise/apis/frontend-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tweakwise/frontend-api/revisions/9bd1e2b3633f/schema)
