List Flow Versions
sf_list_flow_versionsList Flow versions from Salesforce via Tooling API. Shows version number, status, description, and creation date, with optional filtering to exclude obsolete versions.
Instructions
Lists all versions of a specific Flow, or all Flows in the org, via the Tooling API. Returns version number, status (Active, Draft, Obsolete), description, and creation date for each version. Optionally filter to exclude deactivated (Obsolete) versions. Use flowApiName to filter to a single flow.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| flowApiName | No | Flow API name (omit to list all flows) | |
| includeDeactivated | No | Whether to include deactivated versions |