Get a weekly breakdown of historical data for a list of SLOs for a given time range.
A Honeycomb Configuration Key is required to use this API. A Configuration Key can be found in the API Keys section of the environment configuration, which can be found under Environment Settings -> API Keys -> Configuration tab. Check out our documentation to find your API Keys.
More information can be found in Manage Environments.
A list of SLO IDs to retrieve history for. Cannot be an empty array or more than 24 in length.
1 - 24 elements["2LBq9LckbcA", "CzcpPs7cJ4d"]
The starting Unix timestamp, in seconds since the epoch, to retrieve historical data for. Cannot be more than a year in the past.
1742230800
The ending Unix timestamp, in seconds since the epoch, to retrieve historical data for. Must be greater than start_time. Cannot be a future timestamp.
1745254800
A mapping from SLO IDs (e.g., "2LBq9LckbcA") to their historical data. Each SLO ID maps to an array of compliance and budget intervals.
Note: An empty array indicates that no historical data was found for the given time range for that SLO.
A mapping from SLO IDs (e.g., "2LBq9LckbcA") to their historical data. Each SLO ID maps to an array of compliance and budget intervals.