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

# Catalog logs

> Every mounted Kupe App path in this group (8 paths, 8 method+path pairs) and the Kupe Hub replacement.

Sessions replace call-analytics and live-calls. Narrative: [logs](/migrate/logs).

**8 unique Kupe App paths** in this table (8 method+path pairs). Inventory is the live FastAPI app, not `api_specification.yaml`.

## Path map

| Kupe App                                          | Methods | Kupe Hub                                                          | Notes                    |
| ------------------------------------------------- | ------- | ----------------------------------------------------------------- | ------------------------ |
| `/api/v1/call-analytics`                          | GET     | `GET /v1/orgs/:org_id/sessions` (+ transcript/recording/analysis) |                          |
| `/api/v1/call-analytics/admin/cleanup-recordings` | POST    | No equivalent                                                     | Admin recording cleanup. |
| `/api/v1/call-analytics/export`                   | GET     | `GET /v1/orgs/:org_id/sessions` (+ transcript/recording/analysis) |                          |
| `/api/v1/dashboard/:user_id`                      | GET     | No equivalent                                                     | Use Hub.                 |
| `/api/v1/live-calls`                              | GET     | Org sessions                                                      | No public SSE stream.    |
| `/api/v1/live-calls/events`                       | GET     | Org sessions                                                      | No public SSE stream.    |
| `/api/v1/live-calls/records`                      | GET     | Org sessions                                                      | No public SSE stream.    |
| `/api/v1/live-calls/stream`                       | GET     | Org sessions                                                      | No public SSE stream.    |
