GET /events
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.
Servers
- https://api.fastly.com
Request headers
Name | Type | Required | Description |
---|---|---|---|
host |
String | No |
Query parameters
Name | Type | Required | Description |
---|---|---|---|
sort |
String | No |
The order in which to list the results by creation date. |
filteruser_id |
String | No |
Limit the results returned to a specific user. |
filtercreated_at |
String | No |
Return events after a date and time in ISO 8601 format. |
filtercustomer_id |
String | No |
Limit the results returned to a specific customer. |
filtertoken_id |
String | No |
Limit the returned events to a specific token. |
filterevent_type |
String | No |
Limit the returned events to a specific event_type. |
pagenumber |
String | No |
Current page. |
pagesize |
String | No |
Number of records per page. |
filterservice_id |
String | No |
Limit the results returned to a specific service. |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.