Retrieve HTTP access logs for a static site. These are logs of incoming requests served by the static site. Use the filters parameter for advanced filtering by severity, message content, tags, or attributes.
API key authentication. Pass your API key as a Bearer token in the Authorization header.
Static site identifier
^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"fb5e5168-4281-4bec-94c5-0d1584e9e657"
Start of the time range in ISO 8601 format. Defaults to 1 hour ago if not provided.
^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))T(?:(?:[01]\d|2[0-3]):[0-5]\d(?::[0-5]\d(?:\.\d+)?)?(?:Z))$"2026-02-22T14:30:00.000Z"
End of the time range in ISO 8601 format. Defaults to now if not provided.
^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))T(?:(?:[01]\d|2[0-3]):[0-5]\d(?::[0-5]\d(?:\.\d+)?)?(?:Z))$"2026-02-22T15:30:00.000Z"
JSON-encoded array of filter objects for advanced log filtering. Each filter has a key, operator, and value or values field. Example: [{"key":"severity","operator":"EQUALS","value":"ERROR"}]
"[{\"key\":\"severity\",\"operator\":\"EQUALS\",\"value\":\"ERROR\"}]"
Maximum number of log entries to return (1-5000)
1 <= x <= 50001000
Default Response
Unique identifier for the log entry
"abc123"
Log message content
"Server started on port 3000"
Service that produced the log entry, such as APP_RUNTIME, APP_ACCESS, APP_DEPLOYMENT, SS_DEPLOYMENT, or SS_ACCESS
"APP_RUNTIME"
Log severity level such as INFO, WARN, ERROR, or DEBUG
"INFO"
Formatted timestamp of the log entry
"2026-02-22 15:30:00.000"
Key-value pairs of tags associated with the log entry, such as container name or resource ID
{
"idApp": "fb5e5168-4281-4bec-94c5-0d1584e9e657",
"container": "web"
}Additional structured attributes attached to the log entry
{}Unix timestamp of the log entry in microseconds
1740236400000000