---
title: "SudoReportUsage reports a mock usage event for an organization."
method: POST
path: "/v1/superuser/organization/billing/report-usage"
---

# SudoReportUsage reports a mock usage event for an organization.

`POST /v1/superuser/organization/billing/report-usage`

## Request body

- V1SudoReportUsageRequest
  - `endTime` string, date-time — Optional end time of the reporting window. Defaults to the current server time.
  - `eventName` string
  - `org` string
  - `projectName` string — Optional project name attribution for the mock event. If not set, a placeholder is used.
  - `value` number, double

## Response `200`

A successful response.

- V1SudoReportUsageResponse
  - `customerId` string
  - `endTime` string, date-time
  - `eventName` string
  - `startTime` string, date-time
  - `value` number, double

## Other responses

- `default` — An unexpected error response.

## Changes

> 54 revisions in range; 1 could not be searched.

- **2026-05-07** (v1) `5874a40f48ec` — 1 info
  - endpoint added
- **2025-12-11** (v1) `f317ff96998d` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/rilldata/apis/rill-admin-api/changes/v1/superuser/organization/billing/report-usage/post.md)

---

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