Get invoice events
mercoa_get_invoice_eventsGet the event/audit log for an invoice (status changes, approvals, payments). GET /invoice/{invoiceId}/events.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max events to return (1-100). | |
| endDate | No | End date filter (ISO 8601). | |
| invoiceId | Yes | Invoice ID or foreign ID. | |
| startDate | No | Start date filter (ISO 8601). | |
| startingAfter | No | Event ID cursor for pagination. |