MCP tools

list_logsread only

List API request logs

Returns recent API calls against a profile with status codes, durations, and request ids. Use it to debug a failing integration.

Category
Observability
Calls
GET/v1/logs
Safe to auto-approve
Yes. It only reads data.

Parameters

limitintegeroptional

Defaults to 20.

offsetintegeroptional

Defaults to 0.

profileIdstringoptional

Profile to act on. Omit to use the profile this API key belongs to. Call list_profiles first when managing several customers.

Example

A tool call as an MCP client would send it.

{
  "name": "list_logs",
  "arguments": {}
}