Skip to main content
GET
Get SLO Hourly Counts History

Authorizations

X-Honeycomb-Team
string
header
required

Authenticate using a Honeycomb Configuration Key.

Pass the Token in the X-Honeycomb-Team header:

If you created your key using the API, use data.attributes.secret; this is the same value as the Token in the UI.

To learn how to create a Configuration Key, visit Manage Environment API Keys. To learn more about authenticating requests, visit API Authentication.

Path Parameters

datasetSlug
string
required

The dataset slug or use __all__ for endpoints that support environment-wide operations.

sloId
string
required

Unique identifier (ID) of the SLO.

Query Parameters

start_time
integer
required

Start of the time range as a Unix timestamp (seconds).

end_time
integer
required

End of the time range as a Unix timestamp (seconds). Must be greater than start_time.

Response

Success

slo_id
string
read-only

The unique identifier of the SLO.

Example:

"bZ1aRHAUsjG"

resolution_seconds
integer
read-only

The width of each bucket in seconds. Always 3600.

Example:

3600

buckets
object[]

Ordered list of hourly count buckets within the requested time range. Gaps indicate hours with no recorded data. An empty array means no data exists for the requested range.