Path: blob/master/Algolia/Algolia_List indices.ipynb
2973 views
Kernel: Python 3
Algolia - List indices
Tags: #algolia #python #api #index #list
Author: Florent Ravenel
Last update: 2023-11-21 (Created: 2023-06-15)
Description: This notebook shows how to get a list of indices with their associated metadata from Algolia using Python. This method retrieves a list of all indices associated with a given Application ID. The returned list includes the names of the indices as well as their associated metadata, such as the number of records, size, and last build time.
Input
Import libraries
In [ ]:
Setup variables
app_id
: Algolia application ID.api_key
: Algolia API key.
In [ ]:
Model
Connect to Algolia
In [ ]:
List indices
In [ ]:
Output
Display outputs
In [ ]: