List MCP Tool Logs
MCP APIs
List MCP Tool Logs
Returns paginated MCP tool call logs for the authenticated org.
POST
List MCP Tool Logs
Overview
Superadmin access only. This endpoint is restricted to users with the Superadmin role. Other users will receive a permission error even with a valid Bearer token.
Authentication
Bearer token (org-scoped via OAuth2).Request Body
Base64-encoded pagination cursor. Pass the value of
data.next from the previous response exactly as received. Omit on the first request.Response
true when the request succeeds.Pagination
Cursor-based. Treatpointer as opaque — pass the base64 string back exactly as received from data.next, do not decode or construct it manually.
| Page | Server fetch limit |
|---|---|
| 1 (no pointer) | 200 |
| 2 | prev number_of_records + 200 |
| N | capped at 3000 |