v32

latestOpenAPI 3.1.0raw.githubusercontent.com2026-05-151,1412,2144.5 MB
Analytics

Get Requests

Retrieve a domain's requests data. Deprecated. Use GET /v1/analytics/requests instead.

get/waap/v1/domains/{domain_id}/requests

Path parameters

domain_idinteger required

The domain ID

The domain ID

Query parameters

orderingstring

Sort the response by given field.

Sort the response by given field.

ipstring

Filter the response by IP.

Filter the response by IP.

reference_idstring

Filter the response by reference ID.

Example:ad07c06f19054e484974fa22e9fb6bb1

Filter the response by reference ID.

status_codeinteger

Filter the response by response code.

Filter the response by response code.

security_rule_namestring

Filter the response by security rule name.

Filter the response by security rule name.

countriesstring[]

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.

actionsEventAction[]

Filter the response by actions.

Filter the response by actions.

traffic_typesTrafficType[]

Filter the response by traffic types.

Filter the response by traffic types.

startstring required

Filter data items starting from a specified date in ISO 8601 format

Example:2024-04-13T00:00:00+01:00

Filter data items starting from a specified date in ISO 8601 format

endstring nullable

Filter data items up to a specified end date in ISO 8601 format. If not provided, defaults to the current date and time.

Example:2024-04-14T12:00:00Z

Filter data items up to a specified end date in ISO 8601 format. If not provided, defaults to the current date and time.

limitinteger

Number of items to return

Number of items to return

offsetinteger

Number of items to skip

Number of items to skip

Response

Successful Response

limitinteger required

Number of items requested in the response

offsetinteger required

Items response offset used

countinteger required

Number of items contain in the response

Example response

{
  "results": [
    {
      "decision": "blocked",
      "optional_action": "captcha",
      "scheme": "https",
      "http_version": "1.1",
      "ja3": "e7d705a3286e19ea42f587b344ee6865"
    }
  ]
}