Skip to main content
GET
Get Index Recommendations

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

days
integer
default:30

Days of history to analyze

Required range: 1 <= x <= 90
min_usage_count
integer
default:5

Minimum queries to consider

Required range: 1 <= x <= 100
limit
integer
default:50

Maximum recommendations to return

Required range: 1 <= x <= 100

Response

Successful Response

Response for index recommendations endpoint.

namespace_id
string
required

Namespace ID analyzed

time_range_days
integer
required

Number of days analyzed

recommendations
IndexRecommendation · object[]
required

Index recommendations

summary
Summary · object
required

Summary statistics (high_priority, medium_priority, low_priority counts)