githubEdit

chart-linePerformance Statistics

This file documents the Flashback API’s statistics endpoints, which provide daily and minute-level insights into storage activity across buckets and repositories. These endpoints are useful for tracking storage trends, operational performance, and usage analytics over time.

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

get__stats_daily

Retrieve daily aggregated statistics for storage activity.

GET/stats/minute

get__stats_minute

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

GET/aistats/daily

get__aistats_daily

Retrieve daily aggregated AI statistics for LLM usage, including token counts, API calls, and policy violations.

GET/aistats/minute

get__aistats_minute

Retrieve minute-level AI statistics for LLM usage, providing granular insights into AI operations.

Last updated

Was this helpful?