Twilio Audit
Twilio audit event log schema.
| Type | Field | Name | Description |
|---|---|---|---|
| Date | _time | Time | Event creation time |
| String | profile | Profile | Connect profile code |
| IP | src_ip | Source IP | IP address of originating request |
| String | user_type | Account type | Type of actor. e.g., account, api-key |
| String | user | Account | Display name of the actor account |
| String | source | Source | Origin of the event. e.g., web, api, automated |
| String | action | Action | Type of event. e.g., user-session.created, account.updated |
| String | resource_type | Resource type | Type of affected resource. e.g., user-session, account, application |
| String | msg | Message | Human-readable event description |
| Map | params | Parameters | Additional event parameters |
| String | id | ID | Event SID |
| String | user_id | Account ID | SID of the actor |
| String | resource_id | Resource ID | SID of affected resource |