---
title: "Get all macro groups"
method: GET
path: "/macro-groups"
tags: ["macros"]
---

# Get all macro groups

`GET /macro-groups`

Returns all macro groups for the organization.

**Rate limit:** 60 requests per minute

## Response `200`

- GetMacroGroupsResponseBody
  - `data` MacroGroup[] — The data payload of the response.
    - `created_at` string — The time the macro group was created.
    - `id` string — The ID of the macro group.
    - `title` string — The title of the macro group.
    - `updated_at` string — The time the macro group was last updated.
  - `request_id` string — The request ID for tracking.

## Other responses

- `403` — The authenticated caller or organization is not allowed to access this endpoint or operation.
- `500` — An unexpected internal error occurred.

---

[API](https://skmtc.net/usepylon/apis/pylon-api.md) · [All operations](https://skmtc.net/usepylon/apis/pylon-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/usepylon/pylon-api/versions/484a11d5ddb2/schema)
