v32

latestOpenAPI 3.1.0raw.githubusercontent.com2026-05-151,1412,2144.5 MB
CDN activity logs

Get CDN activity logs

Get information about all CDN activity logs records.

get/cdn/activity_log/requests

Query parameters

pathstring

Exact URL path.

user_idinteger

User ID.

token_idinteger

Permanent API token ID. Requests made with this token should be displayed.

client_idinteger

Client ID.

methodstring

HTTP method type of requests.

Use upper case only.

Example:

  • ?method=DELETE
min_requested_atstring

Beginning of the requested time period (ISO 8601/RFC 3339 format, UTC.)

You can specify a date with a time separated by a space, or just a date.

Examples:

  • &min_requested_at=2021-05-05 12:00:00
  • &min_requested_at=2021-05-05
max_requested_atstring

End of the requested time period (ISO 8601/RFC 3339 format, UTC.)

You can specify a date with a time separated by a space, or just a date.

Examples:

  • &max_requested_at=2021-05-05 12:00:00
  • &max_requested_at=2021-05-05
remote_ip_addressstring

Exact IP address from which requests are sent.

status_codeinteger

Status code returned in the response.

Specify the first numbers of a status code to get requests for a group of status codes.

To filter the activity logs by 4xx codes, use:

  • &status_code=4 -
limitinteger

Maximum number of items in response.

offsetinteger

Offset relative to the beginning of activity logs.

Response

Successful.

countinteger

Total number of activity logs records.

nextstring

URL to the next activity logs records slice.

previousstring

URL to the previous activity logs records slice.