Versions
List deployed Workflow versions
client.Workflows.Versions.List(ctx, workflowName, params) (*V4PagePaginationArray[VersionListResponse], error)
GET/accounts/{account_id}/workflows/{workflow_name}/versions
Get Workflow version details
client.Workflows.Versions.Get(ctx, workflowName, versionID, query) (*VersionGetResponse, error)
GET/accounts/{account_id}/workflows/{workflow_name}/versions/{version_id}