Skip to main content
GET
Get Index Stats

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

id
string
required

The ID of the search index

Query Parameters

period
enum<string>
default:1h

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.

Available options:
1h,
3h,
12h,
1d,
3d,
7d,
30d

Response

200 - application/json

Statistics for the specified search index retrieved successfully

pending_index_count
integer

Number of pending index operations

Example:

1

current_vector_count
integer

Current number of vectors in the index

Example:

1000

daily_query_count
integer

Total number of query operations executed today

Example:

100

daily_update_count
integer

Total number of update operations executed today

Example:

10

monthly_query_count
integer

Total query operations in current month

Example:

1000

monthly_update_count
integer

Total update operations in current month

Example:

1000

monthly_bandwidth_usage
integer

Total bandwidth used in current month (bytes)

Example:

7000

storage_usage
integer

Current storage used (bytes)

Example:

7000

monthly_cost
number<float>

Total cost in current month

Example:

0.5

daily_update_requests
object[]

Daily update requests over time

Example:
daily_query_requests
object[]

Daily query requests over time

Example:
daily_bandwidths
object[]

Daily bandwidth usage over time

Example:
days
string[]

Days of the week for measurement

Example:
query_throughput
object[]

Query throughput over time

Example:
update_throughput
object[]

Update throughput over time

Example:
query_latency_mean
object[]

Average query latency over time

Example:
query_latency_99
object[]

99th percentile query latency over time

Example:
update_latency_mean
object[]

Average update latency over time

Example:
update_latency_99
object[]

99th percentile update latency over time

Example:
embeds_latency_mean
object[]

Average embedding latency over time

Example:
embeds_latency_99
object[]

99th percentile embedding latency over time

Example:
vector_count
object[]

Vector count over time

Example:
data_size
object[]

Data size over time

Example:
daily_rerank_count
integer

Total number of rerank operations executed today

Example:

0

monthly_rerank_count
integer

Total rerank operations in current month

Example:

10

daily_rerank_requests
object[]

Daily rerank requests over time

Example:
rerank_latency_mean
object[]

Average rerank latency over time

Example:
rerank_latency_99
object[]

99th percentile rerank latency over time

Example: