---
title: "Get all actions"
method: GET
path: "/api/configs/actions"
tags: ["Configs"]
---

# Get all actions

`GET /api/configs/actions`

Get all action configurations for the tenant.

## Response `200`

The action configurations.

- object[]
  - `key` 'action.postFirstFactorVerification' | 'action.postSignIn', required
  - `value` object, required
    - `script` string, required
    - `environmentVariables` object
    - `contextSample` object, nullable — arbitrary JSON object
    - `enabled` boolean
    - `onExecutionError` 'block' | 'allow'

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

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