Get a public workflow by visibility

get/v1/public/workflows/{id}

Path parameters

idstring required

Workflow ID

Query parameters

vinteger

Workflow version

Response

OK

codeinteger
messagestring
requestIdstring

Example response

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

Changes

No recorded changes to this endpoint across all 1 revision of this API.