Twilio

Download 0
Last updated Feb 25, 2026

twilio-events

Retrieve audit event logs from Twilio Monitor Events API.

twilio-events [profile=PROFILE] [duration=DURATION] [from=FROM] [to=TO]
profile=PROFILE
Optional. Twilio connect profile identifier.
duration=DURATION
Optional. Scan only recent data. You should use s(second), m(minute), h(hour), d(day), mon(month) time unit. For example, 10s means data from 10 seconds earlier.
from=FROM
Optional. Start time of range. yyyyMMddHHmmss format. If you omit time part, it will be padded by zero.
to=TO
Optional. End time of range. yyyyMMddHHmmss format. If you omit time part, it will be padded by zero.

Output Fields

FieldTypeNameDescription
_timeDateTimeEvent creation time
profileStringProfileConnect profile code
src_ipIPSource IPIP address of originating request
user_typeStringUser typeType of actor. e.g., account, api-key
userStringUserDisplay name of the actor account
sourceStringSourceOrigin of the event. e.g., web, api, automated
actionStringActionType of event. e.g., user-session.created, account.updated
resource_typeStringResource typeType of affected resource. e.g., user-session, account, application
msgStringMessageHuman-readable event description
paramsMapParamsAdditional event parameters
idStringIDEvent SID
user_idStringUser IDSID of the actor
resource_idStringResource IDSID of affected resource