Retrieve a paginated list of API request logs for the workspace. Each entry summarizes a single request made with a pubrio-api-key, including the path, method, status code, duration, response size, and credit cost. Use the Look up log details endpoint to fetch the full request/response payload for a specific entry.
Documentation Index
Fetch the complete documentation index at: https://docs.pubrio.com/llms.txt
Use this file to discover all available pages before exploring further.
Optional. An identifier for the user profile (workspace) making the request. This is no longer required as the API key already includes your workspace information. If provided, it helps in associating the lookup with a specific user, allowing for data retrieval and credit tracking.
Check out user details endpoints under the Profile tab for more information.
The page number of the Pubrio data that you want to retrieve.
1
The number of search results that should be returned for each page. Limited the number of results per page improves the endpoint's performance.
25
Field to sort the log list by.
created_at, duration_ms, status_code Sort direction. true for ascending, false (default) for descending.
Free-text search across the request path, log type slug, and raw request body.
Filter by log type IDs.
Filter by log type slugs (e.g. people_search, company_search).
Filter by HTTP status codes (e.g. [200, 400, 500]).
Filter by HTTP methods (e.g. ["POST", "GET"]).