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

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

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

Get public metadata (name, description) for a workflow.
No auth required — intentionally unauthenticated for OG image generation.
Only returns title and description; no sensitive data is exposed.

## Path parameters

- `id` string, required

## Response `200`

OK

- GetPublicMetaSuccessResponse
  - `code` integer
  - `data` GetPublicMetaResponse
    - `description` string — Description is a short summary of what the workflow does.
    - `name` string — Name is the display name of the workflow.
    - `workflowId` string — WorkflowID is the workflow identifier.
  - `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)
