Get send status
get_send_statusDelivery status of a send (GET /sends/{id}): aggregate counts per status over the whole send (pending, claimed, delivered, failed_retryable, failed_terminal, suppressed) plus one page of per-recipient delivery rows including provider errors. Right after sending, rows are usually pending; check again after a few seconds. Feed-only sends have no rows. For more rows, pass the returned nextCursor as cursor.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Rows per page (default 50, max 200). | |
| cursor | No | `nextCursor` from the previous page. | |
| sendId | Yes | The `sendId` returned by send_notification or test_send_template. |