List Flow Versions
sf_list_flow_versionsList Salesforce Flow versions with status, description, and creation date via Tooling API. Filter by Flow API name or exclude deactivated versions to focus on active ones.
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 |