---
title: "GET /v1/public/workflows/{id}/widget"
method: GET
path: "/v1/public/workflows/{id}/widget"
---

# GET /v1/public/workflows/{id}/widget

`GET /v1/public/workflows/{id}/widget`

Get public widget configuration for a workflow (no auth required)

## Path parameters

- `id` string, required

## Response `200`

OK

- GetPublicWidgetSuccessResponse
  - `code` integer
  - `data` GetPublicWidgetResponse
    - `widget` PublicWidgetData — Widget contains the public widget configuration with derived trigger values
      - `buttonLabel` string — ButtonLabel is the text displayed on the trigger button
      - `chainId` integer — ChainID is derived from the trigger's chainId
      - `description` string — Description explains what the workflow does
      - `enabled` boolean — Enabled controls whether the public widget is active
      - `maxAmount` string — MaxAmount is the maximum amount allowed per trigger (in smallest unit)
      - `minAmount` string — MinAmount is the minimum amount required to trigger (in smallest unit)
      - `recipientAddress` string — RecipientAddress is derived from the trigger's toAddress/contractAddress
      - `title` string — Title is the display title for the widget
      - `tokenAddress` string — TokenAddress is derived from the trigger's tokenAddress (empty for native token)
    - `workflowId` string — WorkflowID is the workflow identifier
    - `workflowName` string — WorkflowName is the display name of the workflow
  - `message` string
  - `requestId` string

## Other responses

- `404` — Not Found

---

[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)
