# Batch Get Listings

`GET /api/2.1/marketplace-consumer/listings:batchGet`

Batch get a published listing in the Databricks Marketplace that the consumer has access to.

API scopes: marketplace

## Query parameters

- `ids` (array of string, optional)

## Returns

Returns a list of Listing objects.

## Response

```json
{
  "listings": [
    {
      "id": "string",
      "summary": {},
      "detail": {}
    }
  ]
}
```

