MCPcopy Create free account

hub / github.com/algolia/algoliasearch-client-javascript / functions

Functions918 in github.com/algolia/algoliasearch-client-javascript

FunctiongetAuthenticationWithHTTPInfo
* Retrieves an authentication resource by its ID. * * Resolves with the full HTTP response information: status code, headers (when the reque
packages/ingestion/src/ingestionClient.ts:1685
FunctiongetAverageClickPosition
* Retrieves the average click position of your search results, including a daily breakdown. The average click position is the average of all clicked
packages/client-analytics/src/analyticsClient.ts:499
FunctiongetAverageClickPositionWithHTTPInfo
* Retrieves the average click position of your search results, including a daily breakdown. The average click position is the average of all clicked
packages/client-analytics/src/analyticsClient.ts:549
FunctiongetClickPositions
* Retrieves the positions in the search results and their associated number of clicks. This lets you check how many clicks the first, second, or tent
packages/client-analytics/src/analyticsClient.ts:597
FunctiongetClickPositionsWithHTTPInfo
* Retrieves the positions in the search results and their associated number of clicks. This lets you check how many clicks the first, second, or tent
packages/client-analytics/src/analyticsClient.ts:647
FunctiongetClickThroughRate
* Retrieves the click-through rate (CTR) for all your searches with at least one click event, including a daily breakdown. By default, the analyzed p
packages/client-analytics/src/analyticsClient.ts:695
FunctiongetClickThroughRateWithHTTPInfo
* Retrieves the click-through rate (CTR) for all your searches with at least one click event, including a daily breakdown. By default, the analyzed p
packages/client-analytics/src/analyticsClient.ts:745
FunctiongetClusterIncidents
* Retrieves known incidents for the selected clusters. * @param getClusterIncidents - The getClusterIncidents object. * @param getClusterInc
packages/monitoring/src/monitoringClient.ts:353
FunctiongetClusterIncidentsWithHTTPInfo
* Retrieves known incidents for the selected clusters. * * Resolves with the full HTTP response information: status code, headers (when the
packages/monitoring/src/monitoringClient.ts:381
FunctiongetClusterStatus
* Retrieves the status of selected clusters. * @param getClusterStatus - The getClusterStatus object. * @param getClusterStatus.clusters - S
packages/monitoring/src/monitoringClient.ts:407
FunctiongetClusterStatusWithHTTPInfo
* Retrieves the status of selected clusters. * * Resolves with the full HTTP response information: status code, headers (when the requester
packages/monitoring/src/monitoringClient.ts:432
FunctiongetComposition
* Retrieve a single composition in the current Algolia application. * * Required API Key ACLs: * - editSettings * - settings
packages/composition/src/compositionClient.ts:580
FunctiongetCompositionWithHTTPInfo
* Retrieve a single composition in the current Algolia application. * * Resolves with the full HTTP response information: status code, heade
packages/composition/src/compositionClient.ts:612
FunctiongetConfig
* Retrieves a list of configuration objects for each index. * * Required API Key ACLs: * - search * - browse * - recommend
packages/advanced-personalization/src/advancedPersonalizationClient.ts:489
FunctiongetConfig
* Retrieves a single Query Suggestions configuration by its index name. * * Required API Key ACLs: * - settings * @param getConfi
packages/client-query-suggestions/src/querySuggestionsClient.ts:526
FunctiongetConfigStatus
* Reports the status of a Query Suggestions index. * * Required API Key ACLs: * - settings * @param getConfigStatus - The getConf
packages/client-query-suggestions/src/querySuggestionsClient.ts:583
FunctiongetConfigStatusWithHTTPInfo
* Reports the status of a Query Suggestions index. * * Resolves with the full HTTP response information: status code, headers (when the requ
packages/client-query-suggestions/src/querySuggestionsClient.ts:611
FunctiongetConfigWithHTTPInfo
* Retrieves a list of configuration objects for each index. * * Resolves with the full HTTP response information: status code, headers (when
packages/advanced-personalization/src/advancedPersonalizationClient.ts:515
FunctiongetConfigWithHTTPInfo
* Retrieves a single Query Suggestions configuration by its index name. * * Resolves with the full HTTP response information: status code, h
packages/client-query-suggestions/src/querySuggestionsClient.ts:554
FunctiongetConfiguration
* Get Configuration. * * Required API Key ACLs: * - logs * @param requestOptions - The requestOptions to send along with the quer
packages/agent-studio/src/agentStudioClient.ts:1905
FunctiongetConfigurationWithHTTPInfo
* Get Configuration. * * Resolves with the full HTTP response information: status code, headers (when the requester captures them), raw body
packages/agent-studio/src/agentStudioClient.ts:1929
FunctiongetConversation
* Retrieves the conversation and its messages for the given ID. * * Required API Key ACLs: * - logs * @param getConversation - Th
packages/agent-studio/src/agentStudioClient.ts:1958
FunctiongetConversationWithHTTPInfo
* Retrieves the conversation and its messages for the given ID. * * Resolves with the full HTTP response information: status code, headers (
packages/agent-studio/src/agentStudioClient.ts:2004
FunctiongetConversionRate
* Retrieves the conversion rate (CR) for all your searches with at least one conversion event, including a daily breakdown. By default, the analyzed
packages/client-analytics/src/analyticsClient.ts:793
FunctiongetConversionRateWithHTTPInfo
* Retrieves the conversion rate (CR) for all your searches with at least one conversion event, including a daily breakdown. By default, the analyzed
packages/client-analytics/src/analyticsClient.ts:843
FunctiongetDestination
* Retrieves a destination by its ID. * * Required API Key ACLs: * - addObject * - deleteIndex * - editSettings * @par
packages/ingestion/src/ingestionClient.ts:1719
FunctiongetDestinationWithHTTPInfo
* Retrieves a destination by its ID. * * Resolves with the full HTTP response information: status code, headers (when the requester captures
packages/ingestion/src/ingestionClient.ts:1752
FunctiongetDictionaryLanguages
* Lists supported languages with their supported dictionary types and number of custom entries. * * Required API Key ACLs: * - setting
packages/client-search/src/searchClient.ts:2415
FunctiongetDictionaryLanguagesWithHTTPInfo
* Lists supported languages with their supported dictionary types and number of custom entries. * * Resolves with the full HTTP response inf
packages/client-search/src/searchClient.ts:2439
FunctiongetDictionarySettings
* Retrieves the languages for which standard dictionary entries are turned off. * * Required API Key ACLs: * - settings * @param
packages/client-search/src/searchClient.ts:2463
FunctiongetDictionarySettingsWithHTTPInfo
* Retrieves the languages for which standard dictionary entries are turned off. * * Resolves with the full HTTP response information: status
packages/client-search/src/searchClient.ts:2487
FunctiongetEvent
* Retrieves a single task run event by its ID. * * Required API Key ACLs: * - addObject * - deleteIndex * - editSettings
packages/ingestion/src/ingestionClient.ts:1787
FunctiongetEventWithHTTPInfo
* Retrieves a single task run event by its ID. * * Resolves with the full HTTP response information: status code, headers (when the requeste
packages/ingestion/src/ingestionClient.ts:1822
FunctiongetIncidents
* Retrieves known incidents for all clusters. * @param requestOptions - The requestOptions to send along with the query, they will be merged with
packages/monitoring/src/monitoringClient.ts:456
FunctiongetIncidentsWithHTTPInfo
* Retrieves known incidents for all clusters. * * Resolves with the full HTTP response information: status code, headers (when the requester
packages/monitoring/src/monitoringClient.ts:477
FunctiongetIndexingTime
* Retrieves indexing latency metrics for selected clusters. This endpoint is intended for infrastructure-level monitoring and availability checks. Th
packages/monitoring/src/monitoringClient.ts:500
FunctiongetIndexingTimeWithHTTPInfo
* Retrieves indexing latency metrics for selected clusters. This endpoint is intended for infrastructure-level monitoring and availability checks. Th
packages/monitoring/src/monitoringClient.ts:528
FunctiongetLatency
* Retrieves the average latency for search requests for selected clusters. * @param getLatency - The getLatency object. * @param getLatency.
packages/monitoring/src/monitoringClient.ts:554
FunctiongetLatencyWithHTTPInfo
* Retrieves the average latency for search requests for selected clusters. * * Resolves with the full HTTP response information: status code
packages/monitoring/src/monitoringClient.ts:579
FunctiongetLogFile
* Retrieves the logs for a single Query Suggestions index. * * Required API Key ACLs: * - settings * @param getLogFile - The getL
packages/client-query-suggestions/src/querySuggestionsClient.ts:640
FunctiongetLogFileWithHTTPInfo
* Retrieves the logs for a single Query Suggestions index. * * Resolves with the full HTTP response information: status code, headers (when
packages/client-query-suggestions/src/querySuggestionsClient.ts:668
FunctiongetLogs
* The request must be authenticated by an API key with the [`logs` ACL](https://www.algolia.com/doc/guides/security/api-keys/#access-control-list-acl)
packages/client-search/src/searchClient.ts:2516
FunctiongetLogsWithHTTPInfo
* The request must be authenticated by an API key with the [`logs` ACL](https://www.algolia.com/doc/guides/security/api-keys/#access-control-list-acl)
packages/client-search/src/searchClient.ts:2564
FunctiongetMetrics
* Retrieves metrics related to your Algolia infrastructure, aggregated over a selected time window. Access to this API is available as part of the [P
packages/monitoring/src/monitoringClient.ts:606
FunctiongetMetricsWithHTTPInfo
* Retrieves metrics related to your Algolia infrastructure, aggregated over a selected time window. Access to this API is available as part of the [P
packages/monitoring/src/monitoringClient.ts:636
FunctiongetNoClickRate
* Retrieves the fraction of searches that didn\'t lead to any click within a time range, including a daily breakdown. It also returns the number of tr
packages/client-analytics/src/analyticsClient.ts:891
FunctiongetNoClickRateWithHTTPInfo
* Retrieves the fraction of searches that didn\'t lead to any click within a time range, including a daily breakdown. It also returns the number of tr
packages/client-analytics/src/analyticsClient.ts:941
FunctiongetNoResultsRate
* Retrieves the fraction of searches that didn\'t return any results within a time range, including a daily breakdown. It also returns the count of se
packages/client-analytics/src/analyticsClient.ts:989
FunctiongetNoResultsRateWithHTTPInfo
* Retrieves the fraction of searches that didn\'t return any results within a time range, including a daily breakdown. It also returns the count of se
packages/client-analytics/src/analyticsClient.ts:1039
FunctiongetObject
* Retrieves one record by its object ID. To retrieve more than one record, use the [`objects` operation](https://www.algolia.com/doc/rest-api/search/
packages/client-search/src/searchClient.ts:2609
FunctiongetObjectWithHTTPInfo
* Retrieves one record by its object ID. To retrieve more than one record, use the [`objects` operation](https://www.algolia.com/doc/rest-api/search/
packages/client-search/src/searchClient.ts:2650
FunctiongetObjects
* Retrieves one or more records, potentially from different indices. Records are returned in the same order as the requests. * * Required A
packages/client-search/src/searchClient.ts:2686
FunctiongetObjectsWithHTTPInfo
* Retrieves one or more records, potentially from different indices. Records are returned in the same order as the requests. * * Resolves w
packages/client-search/src/searchClient.ts:2718
FunctiongetPatternsFields
* **Beta**: this endpoint is under active development and may change without notice. Returns the static catalog of analytics fields, grouped by domai
packages/client-analytics/src/analyticsClient.ts:1079
FunctiongetPatternsFieldsWithHTTPInfo
* **Beta**: this endpoint is under active development and may change without notice. Returns the static catalog of analytics fields, grouped by domai
packages/client-analytics/src/analyticsClient.ts:1100
FunctiongetPersonalizationStrategy
* Retrieves the current personalization strategy. * * Required API Key ACLs: * - recommendation * @param requestOptions - The req
packages/client-personalization/src/personalizationClient.ts:415
FunctiongetPersonalizationStrategyWithHTTPInfo
* Retrieves the current personalization strategy. * * Resolves with the full HTTP response information: status code, headers (when the reque
packages/client-personalization/src/personalizationClient.ts:439
FunctiongetProvider
* Get Provider. * * Required API Key ACLs: * - settings * @param getProvider - The getProvider object. * @param getProvider.
packages/agent-studio/src/agentStudioClient.ts:2045
FunctiongetProviderWithHTTPInfo
* Get Provider. * * Resolves with the full HTTP response information: status code, headers (when the requester captures them), raw body and
packages/agent-studio/src/agentStudioClient.ts:2079
FunctiongetPurchaseRate
* Retrieves the purchase rate for all your searches with at least one purchase event, including a daily breakdown. By default, the analyzed period in
packages/client-analytics/src/analyticsClient.ts:1127
FunctiongetPurchaseRateWithHTTPInfo
* Retrieves the purchase rate for all your searches with at least one purchase event, including a daily breakdown. By default, the analyzed period in
packages/client-analytics/src/analyticsClient.ts:1177
FunctiongetReachability
* Test whether clusters are reachable or not. * @param getReachability - The getReachability object. * @param getReachability.clusters - Sub
packages/monitoring/src/monitoringClient.ts:666
FunctiongetReachabilityWithHTTPInfo
* Test whether clusters are reachable or not. * * Resolves with the full HTTP response information: status code, headers (when the requester
packages/monitoring/src/monitoringClient.ts:694
FunctiongetRealtimeUser
* Retrieves the real-time user\'s personalization profiles containing search filters. * * Required API Key ACLs: * - recommendation
packages/advanced-personalization/src/advancedPersonalizationClient.ts:541
FunctiongetRealtimeUserWithHTTPInfo
* Retrieves the real-time user\'s personalization profiles containing search filters. * * Resolves with the full HTTP response information:
packages/advanced-personalization/src/advancedPersonalizationClient.ts:569
FunctiongetRecommendRule
* Retrieves a Recommend rule that you previously created in the Algolia dashboard. * * Required API Key ACLs: * - settings * @par
packages/recommend/src/recommendClient.ts:542
FunctiongetRecommendRuleWithHTTPInfo
* Retrieves a Recommend rule that you previously created in the Algolia dashboard. * * Resolves with the full HTTP response information: sta
packages/recommend/src/recommendClient.ts:582
FunctiongetRecommendStatus
* Checks the status of a given task. Deleting a Recommend rule is asynchronous. When you delete a rule, a task is created on a queue and completed de
packages/recommend/src/recommendClient.ts:620
FunctiongetRecommendStatusWithHTTPInfo
* Checks the status of a given task. Deleting a Recommend rule is asynchronous. When you delete a rule, a task is created on a queue and completed de
packages/recommend/src/recommendClient.ts:660
FunctiongetRecommendations
* Retrieves recommendations from selected AI models. * * Required API Key ACLs: * - search * @param getRecommendationsParams - Th
packages/recommend/src/recommendClient.ts:695
FunctiongetRecommendations
* Retrieves recommendations from selected AI models. * * Required API Key ACLs: * - search * @param getRecommendationsParams - Th
packages/algoliasearch/lite/src/liteClient.ts:242
FunctiongetRecommendationsWithHTTPInfo
* Retrieves recommendations from selected AI models. * * Resolves with the full HTTP response information: status code, headers (when the re
packages/recommend/src/recommendClient.ts:738
FunctiongetRecommendationsWithHTTPInfo
* Retrieves recommendations from selected AI models. * * Resolves with the full HTTP response information: status code, headers (when the re
packages/algoliasearch/lite/src/liteClient.ts:285
FunctiongetRevenue
* Retrieves revenue-related metrics, such as the total revenue or the average order value. To retrieve revenue-related metrics, send purchase events.
packages/client-analytics/src/analyticsClient.ts:1225
FunctiongetRevenueWithHTTPInfo
* Retrieves revenue-related metrics, such as the total revenue or the average order value. To retrieve revenue-related metrics, send purchase events.
packages/client-analytics/src/analyticsClient.ts:1275
FunctiongetRule
* Retrieves a rule by its ID. To find the object ID of rules, use the [`search` operation](https://www.algolia.com/doc/rest-api/search/search-rules).
packages/client-search/src/searchClient.ts:2753
FunctiongetRule
* Retrieves a rule by its ID. To find the object ID of a rule, use the [`search` operation](https://www.algolia.com/doc/rest-api/composition/search-c
packages/composition/src/compositionClient.ts:646
FunctiongetRuleWithHTTPInfo
* Retrieves a rule by its ID. To find the object ID of rules, use the [`search` operation](https://www.algolia.com/doc/rest-api/search/search-rules).
packages/client-search/src/searchClient.ts:2786
FunctiongetRuleWithHTTPInfo
* Retrieves a rule by its ID. To find the object ID of a rule, use the [`search` operation](https://www.algolia.com/doc/rest-api/composition/search-c
packages/composition/src/compositionClient.ts:680
FunctiongetRun
* Retrieve a single task run by its ID. * * Required API Key ACLs: * - addObject * - deleteIndex * - editSettings * @
packages/ingestion/src/ingestionClient.ts:1857
FunctiongetRunWithHTTPInfo
* Retrieve a single task run by its ID. * * Resolves with the full HTTP response information: status code, headers (when the requester captu
packages/ingestion/src/ingestionClient.ts:1887
FunctiongetSearchesCount
* Retrieves the number of searches within a time range, including a daily breakdown. By default, the analyzed period includes the last eight days inc
packages/client-analytics/src/analyticsClient.ts:1323
FunctiongetSearchesCountWithHTTPInfo
* Retrieves the number of searches within a time range, including a daily breakdown. By default, the analyzed period includes the last eight days inc
packages/client-analytics/src/analyticsClient.ts:1373
FunctiongetSearchesNoClicks
* Retrieves the most popular searches that didn\'t lead to any clicks, from the 1,000 most frequent searches. For each search, it also returns the nu
packages/client-analytics/src/analyticsClient.ts:1423
FunctiongetSearchesNoClicksWithHTTPInfo
* Retrieves the most popular searches that didn\'t lead to any clicks, from the 1,000 most frequent searches. For each search, it also returns the nu
packages/client-analytics/src/analyticsClient.ts:1483
FunctiongetSearchesNoResults
* Retrieves the 1,000 most frequent searches that produced zero results. * * Required API Key ACLs: * - analytics * @param getSea
packages/client-analytics/src/analyticsClient.ts:1541
FunctiongetSearchesNoResultsWithHTTPInfo
* Retrieves the 1,000 most frequent searches that produced zero results. * * Resolves with the full HTTP response information: status code,
packages/client-analytics/src/analyticsClient.ts:1601
FunctiongetSecretKey
* Get Secret Key. * * Required API Key ACLs: * - settings * @param getSecretKey - The getSecretKey object. * @param getSecre
packages/agent-studio/src/agentStudioClient.ts:2111
FunctiongetSecretKeyWithHTTPInfo
* Get Secret Key. * * Resolves with the full HTTP response information: status code, headers (when the requester captures them), raw body an
packages/agent-studio/src/agentStudioClient.ts:2142
FunctiongetServers
* Retrieves the servers that belong to clusters. The response depends on whether you authenticate your API request: - With authentication, the respo
packages/monitoring/src/monitoringClient.ts:718
FunctiongetServersWithHTTPInfo
* Retrieves the servers that belong to clusters. The response depends on whether you authenticate your API request: - With authentication, the respo
packages/monitoring/src/monitoringClient.ts:739
FunctiongetSettings
* Retrieves an object with non-null index settings. * * Required API Key ACLs: * - settings * @param getSettings - The getSetting
packages/client-search/src/searchClient.ts:2820
FunctiongetSettingsWithHTTPInfo
* Retrieves an object with non-null index settings. * * Resolves with the full HTTP response information: status code, headers (when the req
packages/client-search/src/searchClient.ts:2856
FunctiongetSource
* Retrieve a source by its ID. * * Required API Key ACLs: * - addObject * - deleteIndex * - editSettings * @param get
packages/ingestion/src/ingestionClient.ts:1915
FunctiongetSourceWithHTTPInfo
* Retrieve a source by its ID. * * Resolves with the full HTTP response information: status code, headers (when the requester captures them)
packages/ingestion/src/ingestionClient.ts:1945
FunctiongetSources
* Retrieves all allowed IP addresses with access to your application. * * Required API Key ACLs: * - admin * @param requestOption
packages/client-search/src/searchClient.ts:2887
FunctiongetSourcesWithHTTPInfo
* Retrieves all allowed IP addresses with access to your application. * * Resolves with the full HTTP response information: status code, hea
packages/client-search/src/searchClient.ts:2911
FunctiongetStatus
* Retrieves the time when the Analytics data for the specified index was last updated. If the index has been recently created or no search has been p
packages/client-analytics/src/analyticsClient.ts:1654
FunctiongetStatus
* Retrieves the status of all Algolia clusters and instances. * @param requestOptions - The requestOptions to send along with the query, they wil
packages/monitoring/src/monitoringClient.ts:760
FunctiongetStatusWithHTTPInfo
* Retrieves the time when the Analytics data for the specified index was last updated. If the index has been recently created or no search has been p
packages/client-analytics/src/analyticsClient.ts:1686
← previousnext →501–600 of 918, ranked by callers