Usage

Retrieve API request logs and billed usage events for the authenticated API key.

GET /v1/usage

Requires usage:read. Optional start, end, and limit query parameters define the reporting window.

curlbash
curl "https://api.projectsilo.app/v1/usage?limit=100" \
  -H "Authorization: Bearer project_silo_live_..."