Paginated audit history for ONE specific agent token.
Customer view — same filter shape as `/api/agent/audit/me`
(actor_type='agent', actor_id=<token id>) plus a customer-scope
check (the token must belong to the calling customer). 404 if
the token doesn't exist for this customer.
GET
/
api
/
storefront
/
customer
/
me
/
agents
/
{agent_token_id}
/
audit
Get My Agent Audit
curl --request GET \ --url https://api.example.com/api/storefront/customer/me/agents/{agent_token_id}/audit \ --header 'X-Site-ID: <x-site-id>'