githubEdit

chart-linePerformance Statistics

This section documents the Flashback API’s statistics endpoints:

  • Storage statistics (/stats/daily, /stats/minute) — daily and minute-level insights into storage activity across buckets and repositories, for tracking storage trends and usage analytics.

  • AI statistics (/aistats/daily, /aistats/minute) — daily and minute-level AI/LLM usage metrics (tokens, API calls, policy violations, etc.), with optional filters by repository, user, conversation, model, and more.

circle-info

To perform this operation, you must be authenticated by means of one of the following methods: BearerAuth.

Performance Statistics API Calls

Method
API Reference
Description

GET/stats/daily

Retrieve daily aggregated statistics for storage activity.

GET/stats/minute

Retrieve high-resolution, minute-level statistics for storage operations.

GET/aistats/daily

Retrieve daily aggregated AI statistics for LLM usage (tokens, API calls, policy violations).

GET/aistats/minute

Retrieve minute-level AI statistics for LLM usage. Filter by repo, user, conversation, model, etc.

Last updated

Was this helpful?