Skip to main content
GET
/
stores
/
{storeId}
/
usage
List usage events
curl --request GET \
  --url https://api.pandabase.io/v2/core/stores/{storeId}/usage/ \
  --header 'Authorization: Bearer <token>'
{
  "ok": true,
  "data": {
    "items": [
      {
        "id": "uev_7g3s5rpyx2w8v4m1j0l9ubae",
        "externalId": "req-abc-123",
        "subscriptionId": "sub_8h4t6sqzy3x9w5n2k1m0vqbf",
        "meterId": "umt_5e1q3npwt0u6s2k8h9j7rzbc",
        "customerId": "cus_3c0p1lmuq9t4r5j6g8h2vyab",
        "quantity": 1500,
        "eventAt": "2026-05-20T14:23:00.000Z",
        "receivedAt": "2026-05-20T14:23:01.123Z",
        "metadata": {
          "endpoint": "/v1/chat",
          "model": "claude-opus-4-7"
        }
      }
    ],
    "pagination": {
      "page": 1,
      "limit": 25,
      "total": 1,
      "totalPages": 1
    }
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.pandabase.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer token authentication. Pass the secret directly in the Authorization header. Token secrets start with sk_.

Headers

idempotency-key
string
Required string length: 8 - 32

Path Parameters

storeId
string
required
Required string length: 12 - 48

Query Parameters

subscription_id
string
required
Required string length: 12 - 48
meter_id
string
Required string length: 12 - 48
from
string<date-time>
to
string<date-time>
page
integer
default:1
Required range: x >= 1
limit
integer
default:25
Required range: 1 <= x <= 100

Response

Default Response

ok
enum<boolean>
required
Available options:
true
data
any
required