API Reference
Log In
API Reference

Get anomalous traces

Returns paginated list of traces that exceed the percentile threshold(s) for one or more metrics. Each row represents a trace that is anomalous for a specific metric. When percentile is not provided, returns anomalies across all percentiles (P75, P95, P99).

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string
required

Unique identifier of the team (organization).

string
Defaults to THIRTY_DAYS

Time period for analysis

string

Filter by specific trace type (null for all)

string
enum
required

The metric type to analyze for anomalies

Allowed:
string

Percentile threshold to use (P95, P99, or P75). If not provided, returns anomalies for all percentiles.

string

Optional environment filter (e.g., production, staging). Omit to include all environments.

integer
≥ 0
Defaults to 0

Zero-based page index (0..N)

integer
≥ 1
Defaults to 10

The size of the page to be returned

sort
array of strings
Defaults to startTime,DESC

Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.

sort
Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
application/hal+json
*/*