# Search Raw Logs

The API allows raw searches of the logging-related objects including:

```
Log
LogSummary
APIRequest
```

#### Search Raw Log Objects

The Log Search API Route would mainly be used for a table showing individual log requests as they come in. Since a single customer or ProxyUser may create billions of logs it may be more useful to display LogSummary objects.

**Search Raw APIRequest Objects**

The APIRequest Search API Route would mainly be used for a table showing individual API requests as they come in. This would be used for the API Request Table.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://internal.developer.documentation.private.user.pingproxies.com/logs-and-analytics/search-raw-logs.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
