Skip to main content
GET
Get Request Details

Authorizations

Api-Key
string
header
required

Path Parameters

app_id
integer
required

App ID

Required range: x >= 1
request_uuid
string<uuid>
required

Request UUID

Response

Successful Response

timestamp
string<date-time>
required

Timestamp of the request

request_uuid
string<uuid>
required

Unique identifier for the request

env
string
required

Environment

Example:

"prod"

consumer
string | null
required

Consumer identifier

Example:

"user-123"

method
string
required

HTTP method

Example:

"GET"

path
string | null
required

Request path

Example:

"/v1/users/{user_id}"

url
string
required

Request URL

Example:

"https://api.example.com/v1/users/1"

status_code
integer
required

HTTP response status code

Example:

200

request_size_bytes
integer
required

Size of the request in bytes

response_size_bytes
integer
required

Size of the response in bytes

response_time_ms
integer
required

Response time in milliseconds

client_ip
string | null
required

Client IP address

Example:

"203.45.123.67"

client_country_iso_code
string | null
required

ISO code of the client's country based on the IP address

Example:

"US"

request_headers
tuple[]
required

Request headers as name-value pairs

response_headers
tuple[]
required

Response headers as name-value pairs

request_body_json
string | null
required

Request body as a JSON string, if applicable

response_body_json
string | null
required

Response body as a JSON string, if applicable

trace_id
string | null
required

Trace ID as a 32-character hex string

exception
ExceptionItem · object | null
required

Exception details, if an error occurred

logs
ApplicationLogItem · object[]
required

Application log entries associated with this request

spans
SpanItem · object[]
required

Spans associated with this request