> For the complete documentation index, see [llms.txt](https://docs.cloutly.com/reviews-sdk-for-marketplace-websites/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cloutly.com/reviews-sdk-for-marketplace-websites/business-api/business-api-get-business.md).

# Get Business

## GET /businesses/{businessId}

Retrieve details for a business.

### Request

```
GET https://marketplace.cloutly.com/api/v2/businesses/{businessId}
```

### Response

```json
{
  "id": "5ef7b45b-2fd2-4719-88fd-96ef62f9d4a4",
  "name": "My Business",
  "statistics": {
    "totalReviews": 100,
    "averageRating": 4.2,
    "averageRatingTrendPercent": -2.1
  }
}
```
