v1

latestOpenAPI 3.1.02026-07-13182388559.6 KB

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.

get/v1/public/workflows/{id}/meta

Path parameters

idstring required

Workflow ID

Response

OK

codeinteger
messagestring
requestIdstring

Example response

{
  "code": 200,
  "message": "success",
  "requestId": "abc-123"
}