---
title: "POST /providers/Microsoft.AzureDataTransfer/listFlowProfiles"
method: POST
path: "/providers/Microsoft.AzureDataTransfer/listFlowProfiles"
---

# POST /providers/Microsoft.AzureDataTransfer/listFlowProfiles

`POST /providers/Microsoft.AzureDataTransfer/listFlowProfiles`

Retrieves a list of FlowProfile resources associated with a specified pipeline.

## Parameters

- `../../../../../common-types/resource-management/v5/types.json#/components/parameters/ApiVersionParameter` — unresolved $ref

## Request body

- ListFlowProfilesRequest — Defines the required request body for retrieving FlowProfile information for a provided pipeline.
  - `pipeline` string — The name of the pipeline for which to retrieve associated FlowProfiles.

## Response `200`

The request has succeeded.

- FlowProfilesListResult — The flow profiles list result
  - `value` FlowProfileMetadata[] — FlowProfileMetadata array.
    - `pipeline` string, required — The name of the parent Pipeline Azure resource associated with this FlowProfile.
    - `name` string, required — The name of the FlowProfile.
    - `replicationScenario` 'Messaging' | 'API' | 'Stream' | 'Files' | 'SoftwareArtifacts' | 'Complex', required — Defines the supported replication scenarios for Azure Data Transfer.
    - `flowProfileId` string, required — A guid represented as a string for the FlowProfile resource, assigned by the system.
    - `status` 'Obsolete' | 'Enabled', required — The allowed statuses of a FlowProfile.
    - `description` string, required — A description of the FlowProfile and its rulesets. The description should describe the flowprofile's purpose and rulesets applied.

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/azure/apis/azuredatatransfer-microsoft-azuredatatransfer.md) · [All operations](https://skmtc.net/azure/apis/azuredatatransfer-microsoft-azuredatatransfer/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/azuredatatransfer-microsoft-azuredatatransfer/revisions/bd23203a5519/schema)
