list_logs
Fetch API request logs with status code, endpoint, and timing for debugging. Supports pagination with limit, after, and before parameters.
Instructions
List API request logs — every request made to your Resend account with status code, endpoint and timing. The backbone for debugging. For smart filtering use search_logs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max items to return (1-100) | |
| after | No | Pagination cursor: return items after this ID | |
| before | No | Pagination cursor: return items before this ID |