Flows
Get a flow's metadata
Returns the live FlowSpec digest and the typed input contract for a deployed flow.
GET
Get a flow's metadata
承認
A bearer token issued by the control plane. RBAC scopes which flows a token may run or read; secret values are never exposed regardless of role.
パスパラメータ
The deployed flow name.
前へ
Start a runExecutes the named flow against the supplied inputs. By default the call is synchronous and returns the completed Run; pass `wait=false` to fire-and-poll, which returns the Run in a `pending`/`running` state with an id to poll via `GET /runs/{id}`. Inputs marked `secret: true` are resolved by the worker's Secrets provider at run time and are never echoed back.
次へ
Get a flow's metadata