Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Function endpoints

The endpoint that tells a client which task functions exist, and what each one accepts.

MethodPathDescription
GET/api/v1/admin/functionsThe 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

Last verified 14 September 2026