Get Requests
Retrieve a domain's requests data. Deprecated. Use GET /v1/analytics/requests instead.
Path parameters
The domain ID
The domain ID
Query parameters
Sort the response by given field.
Sort the response by given field.
Filter the response by IP.
Filter the response by IP.
Filter the response by reference ID.
Filter the response by reference ID.
Filter the response by response code.
Filter the response by response code.
Filter the response by security rule name.
Filter the response by security rule name.
Filter the response by country codes in ISO 3166-1 alpha-2 format.
Filter the response by country codes in ISO 3166-1 alpha-2 format.
Filter the response by actions.
Filter the response by actions.
Filter the response by traffic types.
Filter the response by traffic types.
Filter data items starting from a specified date in ISO 8601 format
Filter data items starting from a specified date in ISO 8601 format
Filter data items up to a specified end date in ISO 8601 format. If not provided, defaults to the current date and time.
Filter data items up to a specified end date in ISO 8601 format. If not provided, defaults to the current date and time.
Number of items to return
Number of items to return
Number of items to skip
Number of items to skip
Response
Successful Response
Example response
{
"results": [
{
"decision": "blocked",
"optional_action": "captcha",
"scheme": "https",
"http_version": "1.1",
"ja3": "e7d705a3286e19ea42f587b344ee6865"
}
]
}