Get tracking shipments (cursor pagination / infinite scroll)
GET
/api/v1/tracking
Tenant-isolated tracking list ordered newest-first (createdAt DESC, awb DESC). Uses keyset (cursor) pagination instead of page/offset: each response returns an opaque nextCursor. To load the next slice, send that value back as the cursor query param (do NOT send page/offset). nextCursor is null when there are no more rows. Optionally pass searchInput to filter by AWB / reference / consignee name / phone.
Request
Responses
200 OK
Shipments retrieved successfully
400 Bad Request
Invalid input data