Tracking
List transactions
Paginated search across sent and received transactions.
GET
/v1/api/transactionsMirrors the pagination shape used by List and retrieve taxpayers:
{ docs: [...], total_docs, limit, offset }. Each entry is a summary — call
Get a transaction for the full delivery/tax_report/events detail.
| Field | Type | Description | |
|---|---|---|---|
| sender_id | uuid | optional | Only this taxpayer's traffic |
| direction | enum | optional | outbound or inbound |
| status | enum | optional | Filter by overall status |
| tax_report_status | enum | optional | Find everything the Authority hasn't yet acknowledged |
| from | date | optional | Inclusive lower bound on created_at |
| to | date | optional | Inclusive upper bound |
| limit | integer | optional | 1–100, default 10 |
| offset | integer | optional | Default 0 |