SurfacedBySurfacedBy Docs
DocumentationConsoleReference

Usage

Read rolling-window request counts grouped by date, endpoint, and key.

Ask an AI:Open in ChatGPTOpen in Claude

The usage endpoint powers the Console dashboard's request-volume charts. Use it in your own tooling to track request patterns per key, investigate spikes, or reconcile your own ledger against what SurfacedBy recorded. The time window is fixed to a rolling 30 days; deeper history is not exposed here.

GET
/usage
/usage

Header Parameters

X-API-KeyX-Api-Key

curl -X GET "https://example.com/usage" \
  -H "X-API-Key: string"

Successful Response

null