List All Signals
List Signals in the environment associated with your API key. Signals are returned in cursor-paginated pages and can be filtered by service, dataset, kind, status, and whether they are currently anomalous.
Authorizations
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.
Query Parameters
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.
The number of entries to include per response. Maximum value is 100.
1 <= x <= 100Restrict results to Signals for a single service.
Restrict results to Signals in a single dataset.
Restrict results to Signals of the given kind. The kind of measurement the Signal is trained on.
error_rate: The fraction of erroring requests for the service.presence: Whether the service is producing spans.
error_rate, presence "error_rate"
Restrict results to Signals in the given status.
onboarding, training, active, ineligible, false When true, only return Signals that are currently in an anomalous state.