Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Path Parameters
The ID of the vector index
Query Parameters
Time period for statistics aggregation. Each period returns 60 datapoints with intervals adjusted to the period length.
Exceptionally for 30 days, it returns 240 datapoints with 3-hour intervals for increased granularity.
1h, 3h, 12h, 1d, 3d, 7d, 30d Response
Statistics for the specified vector index retrieved successfully
Number of pending index operations
1
Current number of vectors in the index
1000
Total number of query operations executed today
100
Total number of update operations executed today
10
Total query operations in current month
1000
Total update operations in current month
1000
Total bandwidth used in current month (bytes)
7000
Current storage used (bytes)
7000
Total cost in current month
0.5
Daily update requests over time
[
{
"x": "2025-10-19 18:33:05.244068975 +0000 UTC",
"y": 1
}
]Daily query requests over time
[
{
"x": "2025-10-19 18:33:05.244068975 +0000 UTC",
"y": 7
}
]Daily bandwidth usage over time
[
{
"x": "2025-10-19 18:33:05.244068975 +0000 UTC",
"y": 7
}
]Days of the week for measurement
[
"Sunday",
"Monday",
"Tuesday",
"Wednesday",
"Thursday"
]Query throughput over time
[
{
"x": "2025-10-23 17:34:00.000 +0000 UTC",
"y": 7
}
]Update throughput over time
[
{
"x": "2025-10-23 17:34:00.000 +0000 UTC",
"y": 7
}
]Average query latency over time
[
{
"x": "2025-10-23 17:34:00.000 +0000 UTC",
"y": 0
}
]99th percentile query latency over time
[
{
"x": "2025-10-23 17:34:00.000 +0000 UTC",
"y": 0
}
]Average update latency over time
[
{
"x": "2025-10-23 17:34:00.000 +0000 UTC",
"y": 0
}
]99th percentile update latency over time
[
{
"x": "2025-10-23 17:34:00.000 +0000 UTC",
"y": 0
}
]Average embedding latency over time
[
{
"x": "2025-10-23 17:34:00.000 +0000 UTC",
"y": 0
}
]99th percentile embedding latency over time
[
{
"x": "2025-10-23 17:34:00.000 +0000 UTC",
"y": 0
}
]Vector count over time
[
{
"x": "2025-10-23 17:35:00.000 +0000 UTC",
"y": 2
}
]Data size over time
[
{
"x": "2025-10-23 17:35:00.000 +0000 UTC",
"y": 76
}
]Total number of rerank operations executed today
0
Total rerank operations in current month
10
Daily rerank requests over time
[
{
"x": "2025-10-19 18:33:05.244068975 +0000 UTC",
"y": 1
}
]Average rerank latency over time
[
{
"x": "2025-10-23 17:34:00.000 +0000 UTC",
"y": 0
}
]99th percentile rerank latency over time
[
{
"x": "2025-10-23 17:34:00.000 +0000 UTC",
"y": 0
}
]