List tool call logs
Returns a cursor-paginated page of the organization's tool call logs, ordered oldest-first. Poll repeatedly, passing the returned `next_cursor` as `cursor`, until `has_more` is false. Only the last 30 days of logs are available. Credential values in headers (e.g. Authorization, API keys) are redacted. This endpoint is available on the Enterprise plan. Contact your account team to enable it.
Authentication
AuthorizationBearer
Token-based authentication with required prefix “Bearer”
Query parameters
connector_id
Filter by connector ID.
created_after
Only logs at or after this timestamp (ISO 8601). Clamped to the last 30 days — older values are raised to the 30-day floor.
created_before
Only logs at or before this timestamp (ISO 8601).
cursor
Opaque cursor from a previous response’s next_cursor.
page_size
Records per page (1-1000, default 100).
status
Filter by execution status.
tool_name
Filter by tool name (partial match).
Response
results
next_cursor
has_more