POST
/
v1
/
logs

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

page
integer
default:
1
Required range: x > 1
size
integer
default:
50
Required range: 1 < x < 100

Body

application/json
date_from
string
required

The earliest date we are searching for.

params
object[]

The sorting parameters for the query

date_to
string | null

The latest date we are searching for.

app_ids
string[]

The list of API Keys we want to filter for. Leave the list empty to disable filtering (and return data for all apps) instead.

labels
object

Only logs (requests) with all of the specified labels will be returned. Values get compared between their lowercase forms.

query
string
default:

Search for logs containing the query in their Request or Response.

Response

200
application/json
items
any[]
required
page
integer
required
pages
integer
required
size
integer
required
total
integer
required