---
title: "List generators"
method: GET
path: "/generators"
tags: ["generators"]
---

# List generators

`GET /generators`

Retrieves all live generators with their cadence, the instant of their last committed rotation, and the resources bound to them

## Response `200`

OK: List of generators.

- ModelGeneratorInventoryItem[]
  - `Config` integer[]
  - `Destinations` ModelGeneratorDestination[]
    - `ResourceLabel` string
    - `StackLabel` string
  - `EverySeconds` integer
  - `GenerationID` string
  - `Label` string
  - `LastRotatedAt` string
  - `Stack` string
  - `Type` string

## Other responses

- `404` — Not Found: No generators found.
- `500` — Internal Server Error.

## Changes

- **2026-09-01** `3172614a653b` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/platform-engineering-labs/apis/formae-rest-api/changes/generators/get.md)

---

[API](https://skmtc.dev/platform-engineering-labs/apis/formae-rest-api.md) · [All operations](https://skmtc.dev/platform-engineering-labs/apis/formae-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/platform-engineering-labs/formae-rest-api/revisions/3172614a653b/schema)
