Get outbound action history
Returns a log of all outbound actions performed by the current user session — messages sent, connection requests, likes, comments, etc. Useful for auditing and deduplication.
Authentication
AuthorizationBearer
Tenant API key (voy_xxx) or admin secret
Query parameters
limit
Max records to return (max 200)
since
Only return actions after this timestamp
action
Filter by action type (e.g. ‘send’, ‘connect’, ‘like’, ‘comment’)
Response
Action history records
Errors
401
Unauthorized Error