Indexes
Get Index
client.Beta.Indexes.Get(ctx, indexID, query) (*BetaIndexGetResponse, error)
GET/api/v1/indexes/{index_id}
Sync Index
client.Beta.Indexes.Sync(ctx, indexID, body) (*BetaIndexSyncResponse, error)
POST/api/v1/indexes/{index_id}/sync
List Indexes
client.Beta.Indexes.List(ctx, query) (*PaginatedCursor[BetaIndexListResponse], error)
GET/api/v1/indexes