> ## Documentation Index
> Fetch the complete documentation index at: https://docs.searchcompany.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> Architecture for the Get Business endpoint

## Purpose

Returns business entity details including URL, favicon, and boosted page count.

## Response Format

```json theme={null}
{
  "business": {
    "id": "uuid-...",
    "name": "Acme Corp",
    "url": "https://acme.com",
    "favicon_url": "https://...",
    "boosted_page_count": 150,
    "clerk_org_id": "org-slug-123",
    "created_at": "2024-01-15T10:30:00Z"
  }
}
```

## Code Location

```
src/app/apis/settings_tracking/business/routes.py
```
