For the complete documentation index, see llms.txt. This page is also available as Markdown.

Performance Statistics

This section documents the Flashgate 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.

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?