Flows
Public flows endpoints.
getAn Assistant's ordered Flow list/api/v1/assistants/{id}/flowspostCreate a Flow/api/v1/assistants/{id}/flowspostReorder Flows (Default stays last)/api/v1/assistants/{id}/flows/reordergetWhat a Flow may contain: triggers, actions, condition kinds, pairing rules/api/v1/flows/catalogpostCheck a Flow patch without storing it (shows the inserted human-review gate)/api/v1/flows/draftpostCheck a whole Flow without creating it (shows what would be stored)/api/v1/assistants/{id}/flows/validategetRecent inbound runs of an HTTP-triggered Flow (?limit=)/api/v1/flows/{id}/runsgetYour own Flows Agent conversations about one Flow (?flowId=)/api/v1/assistants/{id}/flows-agent/threadgetOne Flows Agent conversation with its turns/api/v1/assistants/{id}/flows-agent/conversations/{conversationId}getOne Flow (full router config)/api/v1/flows/{id}patchUpdate a Flow (incl. enable/disable)/api/v1/flows/{id}deleteDelete a Flow (Default behavior refuses, 409)/api/v1/flows/{id}