# Retrieves all property listings associated with a specific agent in a given MLS. **GET /v1/mls/{mlsId}/agent/{agentId}/listings** Sample request: ``` GET /v1/mls/{string mls uoid or int metrics mls id}/agent/{mls agentId}/listings ``` ## Servers - https://api.lwolf.com/brokermetrics: https://api.lwolf.com/brokermetrics () ## Parameters ### Path parameters - **mlsId** (string) The MLS unique identifier (string MLS UOID or integer metrics MLS ID). - **agentId** (string) The agent's unique identifier. ## Responses ### 200 Returns the list of property listings. #### Body: application/json (array[object]) - **mlsNum** (string | null) - **address** (string | null) - **statusCode** (string | null) - **listPrice** (number(double)) - **dateList** (string | null) - **salePrice** (number(double) | null) - **dateSale** (string | null) - **otherAgent** (string | null) ### 404 No property listings found for the specified agent. ### 500 An internal server error occurred. [Powered by Bump.sh](https://bump.sh)