v1

latestOpenAPI 3.0.1Apache 2.02026-07-144317.9 KB

Returns a list of events in the account, sorted by event-date.

get/v1/Events

Query parameters

ActorSidstring

Only include events initiated by this Actor. Useful for auditing actions taken by specific users or API credentials.

EventTypestring

Only include events of this Event Type.

ResourceSidstring

Only include events that refer to this resource. Useful for discovering the history of a specific resource.

SourceIpAddressstring

Only include events that originated from this IP address. Useful for tracking suspicious activity originating from the API or the Twilio Console.

StartDatestring date-time

Only include events that occurred on or after this date. Specify the date in GMT and ISO 8601 format.

EndDatestring date-time

Only include events that occurred on or before this date. Specify the date in GMT and ISO 8601 format.

PageSizeinteger

How many resources to return in each list page. The default is 50, and the maximum is 1000.

Pageinteger

The page index. This value is simply for client state.

PageTokenstring

The page token. This is provided by the API.

Response

OK