list_callbacks
Retrieve recent callbacks from an endpoint, sorted newest first, with method, status, provider, and timestamp. Use the last received_at to wait for subsequent callbacks.
Instructions
List callbacks received by an endpoint, newest first. Returns a summary (method, status, provider, received_at). Use get_callback_payload for the full body. Tip: read the newest received_at and pass it as after to wait_for_callback to wait only for what comes next.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Endpoint slug (e.g. 'stripe-prod') | |
| limit | No | Max callbacks to return (1-100, default 20) |