Function endpoints
The endpoint that tells a client which task functions exist, and what each one accepts.
| Method | Path | Description |
|---|---|---|
| GET | /api/v1/admin/functions | The catalogue of every task function a workflow may name, with the input-field schema of each one that declares one (category, type, required flag, description). source is orion for a handler Orion input-validates at create time and engine for a dataflow-rs built-in, which carries no input_fields. Used by CLI tools and IDEs for autocompletion and by workflow validators to give field-pathed errors |
Related
- Admin API: every admin resource, and the contracts they share.
- Task functions: the same catalogue, written for a reader.
- Workflow reference: the
functionblock this schema validates. - OpenAPI specification: the generated contract, and where to fetch it.
Last verified 14 September 2026