# Retrieves the specified agent's active pipeline listings for a given time period. **GET /v1/mls/{mlsId}/agent/{agentId}/pipeline** Sample request: ``` GET /v1/mls/{string mls uoid or int metrics mls id}/agent/{mls agentId}/pipeline?startDate=2024-01-01&endDate=2024-12-31 ``` ## Servers - https://api.lwolf.com/brokermetrics: https://api.lwolf.com/brokermetrics () ## Parameters ### Path parameters - **mlsId** (string) MLS unique ID or metrics MLS ID. - **agentId** (string) Agent's unique identifier. ### Query parameters - **startDate** (string(date-time)) Optional start date for pipeline data. Defaults to one year before the current date. - **endDate** (string(date-time)) Optional end date for pipeline data. Defaults to the current date. ## Responses ### 200 Returns the requested pipeline data. #### Body: application/json (array[object]) - **listedUnits** (number(double)) - **listedVolume** (number(double)) - **listedAvgDom** (number(double)) - **totalUnits** (number(double)) - **totalVolume** (number(double)) - **totalAvgDom** (number(double)) - **ucUnits** (number(double)) - **ucVolume** (number(double)) - **ucAvgDom** (number(double)) ### 404 No pipeline data found for the specified criteria. ### 500 An internal server error occurred. [Powered by Bump.sh](https://bump.sh)