List active workflows with flow definitions and resolved credentials
Data Platform - Workflows
List active workflows with flow definitions and resolved credentials
Returns all active workflows that have a flow definition configured, along with a map of decrypted credentials referenced by any CALL_WEBHOOK action in those workflows. Used by the Databricks workflow executor. Requires Bearer token authentication. Response shape: { workflows: ActiveWorkflow[], credentials: Record<string, ResolvedWorkflowCredential> }.
GET
List active workflows with flow definitions and resolved credentials
Authorizations
Static internal-ops token used by the data platform and internal cron jobs (e.g. zombie-run sweep). Validated via requireBearerToken inside the handler against a service-specific environment variable.
Query Parameters
Scopes the response to workflows belonging to this organization; omit to return active workflows across all organizations

