---
title: "Get Usage Logs"
method: GET
path: "/api/usage/logs"
---

# Get Usage Logs

`GET /api/usage/logs`

Per-call detail, cursor-paginated (DESC timestamp). `cursor`
is the previous page's last `timestamp_ms`; omit for page 1.
Optional `session_id` filter for thread drill-down.

## Query parameters

- `cursor` integer, nullable
- `limit` integer
- `session_id` string, nullable

## Headers

- `authorization` string, nullable

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/omicos/apis/omicos-server.md) · [All operations](https://skmtc.dev/omicos/apis/omicos-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/omicos/omicos-server/revisions/a00b94573ffe/schema)
