Retrieves information about a version of a flow. For more information, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/flows-deploy.html">Deploy a flow in Amazon Bedrock</a> in the Amazon Bedrock User Guide.
get/flows/{flowIdentifier}/versions/{flowVersion}/
Path parameters
flowIdentifierstring required
The unique identifier of the flow for which to get information.
flowVersionstring required
The version of the flow for which to get information.
Query parameters
includedData'ALL_DATA' | 'METADATA_ONLY'
Controls the scope of data returned. Set to <code>METADATA_ONLY</code> to return only resource metadata. Set to <code>ALL_DATA</code> or omit this field to return the full response.
Response
Success