# Usage and monitoring

Query Genesis model catalogs, usage, request logs, and notifications. Except for public model endpoints, the examples authenticate with a personal access token. These queries do not require a workspace ID.

## Choose a task

| Task | Page | Description |
| --- | --- | --- |
| Model catalog | [Model catalog](models/index.md) | Browse public and user-visible model catalogs and health. |
| Call usage | [Call usage](usage/index.md) | Query usage summaries, trends, and grouped metrics. |
| Request logs | [Request logs](request-logs/index.md) | Inspect calls, upstream attempts, and full archived bodies. |
| Local token keys | [Local token keys](token-keys/index.md) | Inspect TaaS local keys and their issuance capability. |
| Notifications | [Notifications](notifications/index.md) | Read notifications, unread counts, channel settings, and rules. |
| Runtime status | [Runtime status](monitoring/index.md) | Inspect model status over the last hour. |

```{toctree}
:hidden:
:maxdepth: 2

models/index
usage/index
request-logs/index
token-keys/index
notifications/index
monitoring/index
```
