---
title: "Get Usage Logs"
method: GET
path: "/admin/usage"
tags: ["Admin", "Admin"]
---

# Get Usage Logs

`GET /admin/usage`

Get usage logs with optional filtering by user and date range (admin only)

## Query parameters

- `skip` integer
- `limit` integer
- `user_id` integer, nullable
- `start_date` string, date-time, nullable
- `end_date` string, date-time, nullable

## Response `200`

Successful Response

- UsageRecordItem[]
  - `id` integer, required
  - `user_id` integer, required
  - `user_email` string, nullable
  - `timestamp` string, date-time, required
  - `endpoint` string, required
  - `request_details` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/deepshare/apis/markdown-to-docx-converter.md) · [All operations](https://skmtc.dev/deepshare/apis/markdown-to-docx-converter/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/deepshare/markdown-to-docx-converter/revisions/3c4ed7b0427a/schema)
