| Query param | Type | Description |
|---|---|---|
status | string | Filter by status. Comma-separated for multiple values: pending, broadcast, confirmed, failed. |
from | timestamp | ISO 8601 lower bound on createdAt (inclusive). |
to | timestamp | ISO 8601 upper bound (inclusive). |
limit | int | Max 200. Default 50. |
cursor | string | Opaque pagination token. |
createdAt descending (newest first). nextCursor is null on the last page.