Retrieves the most frequently occurring keys (field names) from log events within a specified time range. This is useful for understanding the structure and common fields present in your log data. If no log ID is specified, top keys are returned for all accessible logs.
The ids of the logs to retrieve the top keys for. If no log ids are specified, then top keys are returned for all logs.
time range to load the keys (Optional). last 1 day if not provided
The starting time (unix time in milliseconds) for which to load the keys. Must be used together with to_ts. This parameter is incompatible with time_range.
The ending time (unix time in milliseconds) for which to load the keys. Must be used together with from_ts. This parameter is incompatible with time_range.
Successfully retrieved top keys data