Retrieve Limit Usage
Use this endpoint to retrieve the current usage snapshot for a spending limit.
Documentation Index
Fetch the complete documentation index at: https://docs.lerian.studio/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API Key authentication. Used by single-tenant deployments (MULTI_TENANT_ENABLED=false). Sent on every /v1/* request.
Headers
The type of media of the resource. Must be application/json.
The API Key for authentication. This header is required for all endpoints except health checks.
A unique identifier used to trace and track each request.
Path Parameters
The unique identifier of the limit that you want to retrieve, update or delete.
Response
Indicates that the request was successful and the response contains the expected data.
Current usage snapshot for a limit.
The limit identifier.
Total limit amount as a decimal string (e.g., "50000.00").
Current usage amount as a decimal string (sum of all transactions in period). Returns "0" for PER_TRANSACTION limits, which do not track persistent usage.
Usage percentage (currentUsage / limitAmount * 100).
True if usage exceeds 80% of limit.
When counter resets. Null for PER_TRANSACTION limits.

