# Gets agent inventory (under contract and for sale listings) for a given MLS and Agent ID combination. **GET /v1/mls/{mlsId}/agent/{agentId}/inventory** Sample request: ``` GET /v1/mls/{string mls uoid or int metrics mls id}/agent/{mls agentId}/inventory ``` ## 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 inventory listings. #### Body: application/json (array[object]) - **mlsSid** (integer(int32) | null) - **mlsNum** (string | null) - **statusCode** (string | null) - **listingType** (string | null) - **address** (string | null) - **dom** (number(double) | null) - **daysUnderContract** (number(double) | null) - **listPrice** (number(double) | null) - **originalPrice** (number(double) | null) - **isColisted** (boolean) - **priceChangeCount** (integer(int32) | null) - **cdom** (number(double) | null) - **dateList** (string(date-time) | null) - **zipCode** (string | null) - **city** (string | null) - **bedrooms** (integer(int32) | null) - **fullBaths** (integer(int32) | null) - **dateCont** (string(date-time) | null) - **squareFt** (integer(int32) | null) - **yearBuilt** (integer(int32) | null) - **lotSizeSquareFt** (integer(int32) | null) - **lotSizeAcres** (integer(int32) | null) ### 404 No inventory found for the specified agent. ### 500 An internal server error occurred. [Powered by Bump.sh](https://bump.sh)