<!-- https://cutedyno.com/docs/mcp/tools/list_logs -->

# List API request logs

MCP tool `list_logs`, calling `GET /v1/logs`.

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

Read only: yes.

## Parameters

- `limit` (integer) — Defaults to 20.
- `offset` (integer) — Defaults to 0.
- `profileId` (string) — Profile to act on. Omit to use the profile this API key belongs to. Call list_profiles first when managing several customers.