algolia_get_object
Retrieve a single record from an Algolia index by its objectID using the provided application ID, API key, and index name.
Instructions
Retrieve a single record from an Algolia index by its objectID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app_id | Yes | Algolia Application ID | |
| api_key | Yes | Algolia API Key | |
| index | Yes | Index name | |
| object_id | Yes | Record objectID |