Skip to main content

Get Public Workflow Version

Retrieve a public or unlisted workflow version. No authentication required for reading — send no Authorization header.

Path Parameters

Example

Response

thumbnail, categories, definition, and example_output are omitted from the response entirely when unset — they are never returned as null or [].

Trigger Public Workflow Version

Trigger a public or unlisted workflow. Authentication required via api_key in the request body — this route does not read Authorization: Bearer. An X-API-Key header is accepted as a fallback when api_key is absent from the body. The organization that owns the key is billed for the run, not the organization that published the workflow. The version comes from the path.

Path Parameters

Same as Get Public Workflow Version above.

Request Body

Example

cURL

Response

Status: 202 Accepted

Error Responses

Reading a version: Triggering a version:
Last modified on August 14, 2026