Skip to main content
POST
Search trace-bearing calls

Authorizations

X-API-Key
string
header
required

Organization API key for authentication

Body

application/json

Search filters and cursor. An omitted or empty body searches all trace-bearing calls.

cursor
string | null

Opaque cursor returned as next_cursor by the previous page.

Maximum string length: 256
limit
integer
default:25
Required range: 1 <= x <= 100
filters
object

Response

A page of organization-scoped trace-bearing calls.

items
object[]
required
total_count
integer
required
Required range: x >= 0
aggregate_stats
object
required
next_cursor
string | null