Method: Algolia::AnalyticsClient#get_status
- Defined in:
- lib/algolia/api/analytics_client.rb
#get_status(index, request_options = {}) ⇒ GetStatusResponse
Retrieves the time when the Analytics data for the specified index was last updated. The Analytics data is updated every 5 minutes.
Required API Key ACLs:
- analytics
1018 1019 1020 1021 |
# File 'lib/algolia/api/analytics_client.rb', line 1018 def get_status(index, = {}) response = get_status_with_http_info(index, ) @api_client.deserialize(response.body, [:debug_return_type] || "Analytics::GetStatusResponse") end |