Restrict
Restrict history
Your organization’s restricted-goods check log.
GET
Requires the
restrict:read scope.
Stripe-style keyset pagination on (created_at, id), newest first:
starting_after walks older, ending_before walks newer.
string
A request id (UUID) — return checks older than it.
string
A request id (UUID) — return checks newer than it.
integer
default:"50"
Page size, 1–100.
array
Each row carries
id, sender_country_code, receiver_country_code,
item_count, match_count, duration_ms, and created_at.boolean
Whether more rows exist in the walked direction.