cURL
curl --request GET \ --url https://trytako.com/api/v1/beta/private_indexes/{id}/ \ --header 'X-API-Key: <api-key>'
{ "id": "<string>", "name": "<string>", "is_default": true, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "ontology_status": "<string>", "description": "<string>", "kg_elements_bucket_key": "<string>", "data_mapping_bucket_keys": [ "<string>" ] }
Retrieve a private index by ID
ID of the private index
Private index details