Skip to main content
GET
List Historical Anomalies

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

id
string
required

The unique identifier (ID) of a Signal.

Query Parameters

start_time
integer
required

Start of the query window, in seconds since UNIX epoch.

end_time
integer
required

End of the query window, in seconds since UNIX epoch. Must be after start_time and within 30 days of it.

page[after]
string

The string value of the next attribute from a previous result page. The cursor value must be empty or omitted for the first request of a cursor-paginated query.

page[size]
number
default:20

The number of entries to include per response. Maximum value is 100.

Required range: 1 <= x <= 100

Response

Success

A page of resolved historical anomalies for a Signal.

historical_anomalies
object[]
required

The anomalies in this page, most recent first.

Links to iterate through the pages of results.