beel_get_request_log
Retrieve full request details—headers and bodies—for any API key in your account to audit traffic and troubleshoot via request ID and timestamp. Confines access to your own requests only.
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.
{account_id}: authorizes the call; it does not widen what you can see.404: the request does not exist, was made by another user (including another user of this same account), or belongs to the other environment.The widest read
logs:readopens: it returns the bodies and headers that any key of yours exchanged in this environment, so a key holding onlylogs:readreads the traffic of your privileged keys too. It never crosses to another user or to another account. 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). |