List history
GET {{fastly_url}}/alerts/history?after&before&cursor&definition_id&limit&service_id&sort&status
List all history records.
Authorization: Requires API token.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
after | null | Filter results based on records that were created after a specific time. | |
before | null | Filter results based on records that were created before a specific time. | |
cursor | null | Cursor value from the next_cursor field of a previous response, used to retrieve the next page. To request the first page, this should be empty. | |
definition_id | null | The ID of the definition that is requested. | |
limit | null | Limit how many results are returned. | |
service_id | null | Filter results based on a service_id. | |
sort | null | Sort the items by the field provided, either ascending or descending. | |
status | null | Filter results based on a status. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Host | string | ||
Accept | string |