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
Key | Datatype | Required | Description |
---|---|---|---|
filter[created_at][gt] | null | Return events after a date and time in ISO 8601 format. | |
filter[created_at][gte] | null | Return events on and after a date and time in ISO 8601 format. | |
filter[created_at][lt] | null | Return events before a date and time in ISO 8601 format. | |
filter[created_at][lte] | null | Return events on and before a date and time in ISO 8601 format. | |
filter[created_at] | null | Limit 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] | null | Limit the results returned to a specific customer. | |
filter[event_type] | null | Limit the returned events to a specific event_type. | |
filter[service_id] | null | Limit the results returned to a specific service. | |
filter[token_id] | null | Limit the returned events to a specific token. | |
filter[user_id] | null | Limit the results returned to a specific user. | |
page[number] | null | Current page. | |
page[size] | null | Number of records per page. | |
sort | null | The order in which to list the results by creation date. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Host | string | ||
Accept | string |