---
title: "GET /v2/actions"
method: GET
path: "/v2/actions"
---

# GET /v2/actions

`GET /v2/actions`

Returns a list of all installed actions.

## Response `200`

Ok

- Action[] — The response shape for the `listActions` call to the `scaffolder-backend`
  - `id` string, required
  - `description` string
  - `examples` ActionExample[]
    - `description` string, required
    - `example` string, required
  - `schema` object
    - `input` JsonObject — A type representing all allowed JSON object values.
    - `output` JsonObject — A type representing all allowed JSON object values.

## Changes

- **2025-11-11** `4d3a3cc5dcc5` — 1 warning, 1 info
  - removed the optional property `items/'examples'` from the response with the `200` status
  - added the optional property `items/examples` to the response with the `200` status
- **2024-12-31** `f3eb8efa6c26` — 1 warning, 1 info
  - removed the optional property `items/examples` from the response with the `200` status
  - added the optional property `items/'examples'` to the response with the `200` status
- **2024-08-19** `83f7c802e848` — 1 info
  - endpoint added
- **2024-07-09** `ec4c702e10c9` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/backstage/apis/scaffolder/changes/v2/actions/get.md)

---

[API](https://skmtc.dev/backstage/apis/scaffolder.md) · [All operations](https://skmtc.dev/backstage/apis/scaffolder/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/backstage/scaffolder/revisions/7f53f7b1650b/schema)
