Skip to main content
GET
Retrieve a sandbox request log

Authorizations

Authorization
string
header
required

Access token issued by WorkOS AuthKit.

Path Parameters

sandbox_id
string<uuid>
required
request_id
string<uuid>
required

Response

Successful Response

id
string<uuid>
required
sandbox_id
string<uuid>
required
sandbox_twin_id
string<uuid>
required
method
string
required
path
string
required
query_string
string
required
status_code
integer
required
duration_ms
integer
required
occurred_at
string<date-time>
required
request
RequestLogBody · object | null
required

A captured payload, as the bytes it was rather than as parsed JSON.

A twin answers with whatever its provider answers with, so the log holds text when it is decodable and says so when it is not. truncated reports that the container capped the capture, not that the caller sent less.

response
RequestLogBody · object | null
required

A captured payload, as the bytes it was rather than as parsed JSON.

A twin answers with whatever its provider answers with, so the log holds text when it is decodable and says so when it is not. truncated reports that the container capped the capture, not that the caller sent less.