Skip to main content
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.
Returns MCP tool call logs scoped to the authenticated organisation. The server controls the batch size — it starts at 200 records and grows by 200 on each subsequent page up to a maximum of 3000, with a 4MB payload cap. Do not pass a limit.

Authentication

Bearer token (org-scoped via OAuth2).

Request Body

string
Base64-encoded pagination cursor. Pass the value of data.next from the previous response exactly as received. Omit on the first request.

Response

boolean
true when the request succeeds.
object

Pagination

Cursor-based. Treat pointer as opaque — pass the base64 string back exactly as received from data.next, do not decode or construct it manually.

Examples