List taps
Returns a cursor-paginated history of verified taps, oldest first. Each item’s id is the same identifier returned by the call that recorded the tap. Filter by chip, unit, or time window; by default only taps of encoded chips on physical items are returned - set is_test to true for test-chip taps instead.
Authorizations
Use Authorization: Bearer end_sk_* for partner API keys (e.g. end_sk_AbCd_example_api_key).
Query Parameters
Maximum number of records to return. Defaults to 50; maximum 100.
1 <= x <= 100Opaque cursor from the previous page.
1Only taps of this chip.
^[0-9A-F]{10}$"ABCDEF0123"
Only taps of chips paired to this unit.
Only taps recorded strictly after this ISO-8601 timestamp.
Only taps recorded strictly before this ISO-8601 timestamp.
Set true to return taps of test chips instead. Defaults to false: only taps of encoded chips on physical items are returned.
true, false 
