---
title: "GET /v1/logic-actions"
method: GET
path: "/v1/logic-actions"
---

# GET /v1/logic-actions

`GET /v1/logic-actions`

List all available logic actions

## Response `200`

OK

- ListLogicActionsSuccessResponse
  - `code` integer
  - `data` GithubComB3FunB3MonoServicesB3osWorkflowInternalPkgEntityActionDefinition[]
    - `category` string — Action category (e.g., "Blockchain", "Social")
    - `connector` GithubComB3FunB3MonoServicesB3osWorkflowInternalPkgEntityConnectorRequirement — nil means no connector required
      - `type` string — Required connector type (e.g., "slack")
    - `connectorOutput` GithubComB3FunB3MonoServicesB3osWorkflowInternalPkgEntityConnectorOutput — Auto-save result as connector
      - `fieldMapping` object — resultField → connectorDataField
      - `nameTemplate` string — Display name with {{field}} interpolation (uses result field names, i.e. left side of FieldMapping)
      - `type` string — Connector type (e.g., "railgun")
    - `createdBy` string
    - `description` string
    - `documentationUrl` string
    - `exampleInput` unknown
    - `exampleOutput` unknown
    - `gasChainId` integer — Chain ID where gas is needed
    - `logoUrl` string
    - `name` string
    - `payloadSchema` GithubComB3FunB3MonoServicesB3osWorkflowInternalPkgEntityOrderedSchema — Separate schema for wait-for-trigger config
    - `prerequisites` integer[] — Opaque pass-through from b3os-actions
    - `requiredTokens` integer[] — Opaque pass-through from b3os-actions
    - `requiresGas` boolean — Whether action requires gas (blockchain transaction fees)
    - `resultSchema` GithubComB3FunB3MonoServicesB3osWorkflowInternalPkgEntityOrderedSchema — Separate schema for wait-for-trigger config
    - `tags` string[] — Tags for filtering
    - `test` GithubComB3FunB3MonoServicesB3osWorkflowInternalPkgEntityTestConfig — nil means testable (default)
      - `disabledReason` string
      - `enabled` boolean
    - `type` string
  - `message` string
  - `requestId` string

---

[API](https://skmtc.net/b3-fun/apis/b3os-workflow-api.md) · [All operations](https://skmtc.net/b3-fun/apis/b3os-workflow-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/b3-fun/b3os-workflow-api/versions/5a750a5a9596/schema)
