# Retrieves the complete change history for a specific MLS listing. **GET /v1/mls/{mlsId}/mlsNum/{mlsNum}/history** Sample request: ``` GET /v1/mls/{string mls uoid or int metrics mls id}/mlsNum/{mls number}/history ``` ## Servers - https://api.lwolf.com/brokermetrics: https://api.lwolf.com/brokermetrics () ## Parameters ### Path parameters - **mlsId** (string) The unique identifier of the MLS provider. - **mlsNum** (string) The listing number assigned by the MLS. ## Responses ### 200 Successfully returns the listing history. #### Body: application/json (array[object]) - **orgPrice** (number(double) | null) - **listPrice** (number(double) | null) - **salePrice** (number(double) | null) - **priceChangeCnt** (number(double) | null) - **statusCode** (string | null) - **mlsDescription** (string | null) - **dateList** (string(date-time) | null) - **dateCont** (string(date-time) | null) - **datePend** (string(date-time) | null) - **dateSale** (string(date-time) | null) - **dateOff** (string(date-time) | null) - **validFrom** (string(date-time) | null) - **validTo** (string(date-time) | null) - **price** (number(double) | null) - **newStatusCode** (string | null) ### 404 No history found for the specified MLS listing. ### 500 An internal server error occurred. [Powered by Bump.sh](https://bump.sh)