Skip to main content
GET
Get raw HTTP request logs

Authorizations

Authorization
string
header
required

Send your API token (Dashboard → Settings → API Token) as Authorization: Bearer <token>.

Path Parameters

app_id
string<uuid>
required

Query Parameters

start_time
string
required

Hours ago to start the window from (e.g. 24).

end_time
string
required

Hours ago to end the window at (e.g. 0 for now).

cursor
string

Cursor from a previous response's next_cursor, for pagination.

Response

Page of HTTP log entries

logs
object[]
next_cursor
string | null
has_more
boolean
count
integer