---
title: "GET /v1/admin/monitor/usage-logs/count"
method: GET
path: "/v1/admin/monitor/usage-logs/count"
tags: ["AdminMonitorService"]
---

# GET /v1/admin/monitor/usage-logs/count

`GET /v1/admin/monitor/usage-logs/count`

CountUsageLogs returns the exact total for the same filters as ListUsageLogs.
 It is loaded independently from cursor pages; unavailable rollup proof
 returns USAGE_LOG_COUNT_UNAVAILABLE without affecting the list endpoint.

## Query parameters

- `userId` string
- `modelId` string
- `channelId` string
- `status` integer
- `from` string
- `to` string
- `requestId` string
- `sourceId` string
- `sourceName` string

## Response `200`

OK

- AdminV1CountUsageLogsReply
  - `total` string — Exact snapshot total. Proto JSON serializes int64 as a decimal string.

---

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