---
title: "Get Usage Logs"
method: GET
path: "/api/users/me/usage"
tags: ["Users"]
---

# Get Usage Logs

`GET /api/users/me/usage`

Get detailed usage logs for a date range.

Args:
    start_date: Start of date range (default: 30 days ago)
    end_date: End of date range (default: now)
    limit: Maximum records to return (1-1000)

## Query parameters

- `start_date` string, nullable — Start date (ISO format)
- `end_date` string, nullable — End date (ISO format)
- `limit` integer

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/shofo/apis/shofo-api.md) · [All operations](https://skmtc.dev/shofo/apis/shofo-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/shofo/shofo-api/revisions/9fbdf65aab60/schema)
