beel_get_request_log
Retrieve the full details (bodies and headers) of a specific API request logged with your keys in this environment. Use account_id and request_id to locate it; returns 404 if not found or unauthorized.
Instructions
Returns the full detail (bodies and headers) of a request made by you, with any of your
API keys in this environment — including one made with a key other than the one you are
authenticating with, because the axis is the person, not the individual credential. The
{account_id} in the path authorizes the call; it does not widen what you can see.
404 if the request does not exist, was made by another user (including another user of
this same account), or belongs to the other environment.
This is the widest read the logs:read scope opens: it returns the bodies and headers that
any key of yours exchanged in this environment, so a key holding only logs:read reads the
traffic of your privileged keys too. Grant it accordingly.
Endpoint: GET /v1/accounts/{account_id}/request-logs/{request_id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timestamp | No | Log timestamp (the one returned by the list). Narrows the search window around that instant so the detail also works for logs older than the default window. If omitted, the default recent window is searched. | |
| account_id | Yes | Account the call is authorized against. It does not widen the result set. | |
| request_id | Yes | Correlation identifier (X-Request-Id). |