List events

GET {{fastly_url}}/events?filter[created_at][gt]&filter[created_at][gte]&filter[created_at][lt]&filter[created_at][lte]&filter[created_at]&filter[customer_id]&filter[event_type]&filter[service_id]&filter[token_id]&filter[user_id]&page[number]&page[size]&sort

List all events for a particular customer. Events can be filtered by user, customer and event type. Events can be sorted by date.

Authorization: Requires API token.

Request Params

KeyDatatypeRequiredDescription
filter[created_at][gt]nullReturn events after a date and time in ISO 8601 format.
filter[created_at][gte]nullReturn events on and after a date and time in ISO 8601 format.
filter[created_at][lt]nullReturn events before a date and time in ISO 8601 format.
filter[created_at][lte]nullReturn events on and before a date and time in ISO 8601 format.
filter[created_at]nullLimit the returned events to a specific time frame. Accepts sub-parameters: lt, lte, gt, gte (e.g., filter[created_at][gt]=2022-01-12).
filter[customer_id]nullLimit the results returned to a specific customer.
filter[event_type]nullLimit the returned events to a specific event_type.
filter[service_id]nullLimit the results returned to a specific service.
filter[token_id]nullLimit the returned events to a specific token.
filter[user_id]nullLimit the results returned to a specific user.
page[number]nullCurrent page.
page[size]nullNumber of records per page.
sortnullThe order in which to list the results by creation date.

HEADERS

KeyDatatypeRequiredDescription
Hoststring
Acceptstring