Documentation Index
Fetch the complete documentation index at: https://docs.bronto.io/llms.txt
Use this file to discover all available pages before exploring further.
The relative time range for which to calculate usage data. Time range supported is from minutes to years. For an exact range, use from_ts and to_ts instead.
The starting time (unix time in milliseconds) for which to calculate usage data. Must be used together with to_ts. This parameter is not to be used when using time_range.
The ending time (unix time in milliseconds) for which to calculate usage data. Must be used together with from_ts. This parameter is incompatible with time_range.
The type of usage to query.
ingestion, search, export Returns the top N logs based on the usage.
1 <= x <= 500The num_of_slices parameter defines how the time range is divided into intervals. It is optional, and if not provided, a default value is applied. The maximum number of slices is 1 minute granularity for up to 12 hours time range and 20 minutes granularity for longer than 12 hours time range. - default for 20 minutes time window: 20 slices - default for 12 hour time window: 12 slices (1 slice per hour) - default for 1 day time window: 24 slices (1 slice per hour) - default for 30 days time window: 30 slices (1 slice per day) - default for 1 year time window: 12 slices (1 slice per month)
1 <= x <= 1440Enables calculation of the difference between the current and previous time range values. When set to true, the response includes a delta object with the computed difference and its relative change. Defaults to false.
The time period for which to query data for delta comparison. Either delta_time_range or both delta_from_ts and delta_to_ts can be provided if delta is enabled. If delta_time_range is provided, it will take precedence
The starting unix time in milliseconds for which to query data for delta comparison. Either delta_time_range or both delta_from_ts and delta_to_ts can be provided if delta is enabled. If delta_time_range is provided, it will take precedence.
The ending unix time in milliseconds for which to query data for delta comparison. Either delta_time_range or both delta_from_ts and delta_to_ts can be provided if delta is enabled. If delta_time_range is provided, it will take precedence.