> ## Documentation Index
> Fetch the complete documentation index at: https://dev.jup.ag/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Request Logs

> Inspect individual requests to debug an integration and see what the gateway did.

Request logs show the individual requests made with a team's API keys, newest first. Use them to debug an integration: see the status the gateway returned, how long a request took, how many credits it cost, and which firewall rule, if any, applied.

## View and filter

Logs are scoped to a team and listed newest first, with cursor-based pagination. Filter the list by:

* Status Code
* Method
* API Group
* Path

<Frame>
  <img src="https://mintcdn.com/jupiter/arcA2CXzcFJzBqWS/static/images/portal-logs-list.png?fit=max&auto=format&n=arcA2CXzcFJzBqWS&q=85&s=77e508131e2c18db848aa6d9fcb37c8d" alt="Request logs list in Portal with status, method, API group, and path filters applied" width="3750" height="2033" data-path="static/images/portal-logs-list.png" />
</Frame>

## Request detail

Select a request to open its detail panel. The panel shows the full record for that request, including the firewall decision and the rules that matched.

<Frame>
  <img src="https://mintcdn.com/jupiter/arcA2CXzcFJzBqWS/static/images/portal-log-detail.png?fit=max&auto=format&n=arcA2CXzcFJzBqWS&q=85&s=5084a7c7f48e20f33994475c6244ed67" alt="Request log detail panel showing the full record including the firewall decision" width="844" height="1818" data-path="static/images/portal-log-detail.png" />
</Frame>

## Field reference

Each log entry records:

| Field                 | Description                                                              |
| :-------------------- | :----------------------------------------------------------------------- |
| Timestamp             | When the gateway received the request.                                   |
| Request ID            | Unique ID for the request.                                               |
| Client IP             | The caller's IP address.                                                 |
| ASN                   | The caller's autonomous system number.                                   |
| Country               | The country the request came from.                                       |
| Host                  | The host the request was sent to.                                        |
| Referrer              | The referrer header, if sent.                                            |
| User agent            | The user-agent header.                                                   |
| Method                | The HTTP method.                                                         |
| Path                  | The URI path and query string.                                           |
| Status                | The HTTP status code returned.                                           |
| Bytes sent / received | Response and request sizes.                                              |
| Credits consumed      | Credits the request cost.                                                |
| Latency               | Total time, broken into auth, time to first byte, and time to last byte. |
| Firewall              | The outcome and the rules that matched.                                  |

## Retention

Request logs are kept for 6 months.

## Related

<CardGroup cols={2}>
  <Card title="Analytics" icon="chart-line" href="/portal/analytics">
    Aggregate traffic, performance, and cost across requests.
  </Card>

  <Card title="Firewall" icon="shield-halved" href="/portal/firewall">
    See the rules behind the firewall decisions in your logs.
  </Card>

  <Card title="Response Codes" icon="list" href="/portal/responses">
    What each HTTP status in the logs means.
  </Card>

  <Card title="Plans and Pricing" icon="credit-card" href="/portal/plans">
    How credits are counted per endpoint.
  </Card>
</CardGroup>
