89261af4dd80
List Flow Version Deployments
Retrieves a paginated list of all flow version deployments. Can be filtered by package_id, virtual_environment_id, name, and other criteria.
Query parameters
Filter results by package_id.
Filter results by virtual_environment_id.
Filter results by global.
Filter results by flowVersion.flow.
Filter results by name.
Filter results by LIKE.
Comma-separated list of relationships to include. Available: enabledBy, flowVersion, virtualEnvironment, package, user
Sort field. Prefix with - for descending. Available: created_at, enabled_at, flow_name, DESC, ASC, flow_versions, flow_version_deployments.flow_version_id, =, flow_versions.id, flows, flow_versions.flow_id, =, flows.id, flows.name, flow_version_iteration, DESC, ASC, flow_versions.id, ( SELECT COUNT(*) FROM flow_versions fv2 WHERE fv2.flow_id = flow_versions.flow_id AND fv2.id <= flow_versions.id ) AS iteration, flow_versions, flow_versions.id, flow_versions, flow_version_deployments.flow_version_id, =, flow_versions.id, iteration_calc, flow_versions.id, =, iteration_calc.id, iteration_calc.iteration
Page number for pagination.
Number of results per page.
Response
Successful response