Get Listing Optimizer summary

Returns Listing Optimizer scores for all active Airbnb listings in the account. Each entry includes the overall score, status, and basic listing info. If the account does not have an optimizer report, `has_optimizer_report` will be `false` and `listings` will be empty. Use this endpoint first to get a portfolio-wide overview, then call `/v1/listing_optimizer/report` for a detailed breakdown of individual listings. Supports optional `subscribed`, `status`, and `listing_ids` query parameters to filter the returned listings.

Headers

X-API-KeystringRequired
API key for Customer API authentication.

Query parameters

subscribedbooleanOptional

Filter to listings with (true) or without (false) an active PriceLabs subscription.

statusenumOptional

Filter to listings with this optimizer status. One of pending, processing, completed, error, delisted, archived, deleted.

listing_idslist of integersOptional

Filter to specific listing IDs. Pass as repeated bracketed params, e.g. listing_ids[]=1&listing_ids[]=2.

Response

Listing Optimizer summary retrieved successfully.
dataobject

Errors

401
Unauthorized Error