Get Tool Logs
Get Tool Logs
Lists Web Search and Web Fetch request logs for the authenticated team within a time window. Optional tool filters by web-search or web-fetch. Uses the query rate limit (separate from tool call RPM).
GET
Get Tool Logs
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Optional tool filter. Omit this parameter to return logs for all tools.
Available options:
web-search, web-fetch Inclusive range start as a positive UNIX timestamp in seconds.
Required range:
x >= 1Inclusive range end as a positive UNIX timestamp in seconds. It must be after start_time, at most 30 days later, and no more than one day in the future.
Required range:
x >= 1Optional exact end-user identifier filter.
Required string length:
8 - 128Pattern:
^[A-Za-z0-9_-]+$Required range:
x >= 1Required range:
1 <= x <= 100