---
title: "GET /reactor-formulas"
method: GET
path: "/reactor-formulas"
tags: ["ReactorFormulas"]
---

# GET /reactor-formulas

`GET /reactor-formulas`

## Query parameters

- `name` string, nullable
- `page` integer, nullable
- `start` string, nullable
- `size` integer, nullable

## Response `200`

Success

- ReactorFormulaPaginatedList
  - `pagination` Pagination
    - `total_items` integer, nullable
    - `page_number` integer, nullable
    - `page_size` integer, nullable
    - `total_pages` integer, nullable
    - `after` string, nullable
    - `next` string, nullable
  - `data` ReactorFormula[], nullable
    - `id` string, uuid
    - `type` string, nullable
    - `status` string, nullable
    - `name` string, nullable
    - `description` string, nullable
    - `icon` string, nullable
    - `code` string, nullable
    - `created_by` string, uuid, nullable
    - `created_at` string, date-time, nullable
    - `modified_by` string, uuid, nullable
    - `modified_at` string, date-time, nullable
    - `configuration` ReactorFormulaConfiguration[], nullable
      - `name` string, required
      - `description` string, nullable
      - `type` string, required
    - `request_parameters` ReactorFormulaRequestParameter[], nullable
      - `name` string, required
      - `description` string, nullable
      - `type` string, required
      - `optional` boolean

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/basistheory/apis/basis-theory-api.md) · [All operations](https://skmtc.net/basistheory/apis/basis-theory-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/basistheory/basis-theory-api/revisions/cbb8e098b560/schema)
