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

limitintegerOptionalDefaults to 50

Max records to return (max 200)

sincedatetimeOptional
Only return actions after this timestamp
actionstringOptional

Filter by action type (e.g. ‘send’, ‘connect’, ‘like’, ‘comment’)

Response

Action history records

Errors

401
Unauthorized Error