List Access LogsAsk AIget https://api.rocket.net/v1/sites/{id}/access_logsList and search access logs for the SitePath ParamsidintegerrequiredID of the Site you are interacting withQuery ParamsdurationstringenumrequiredDuration that the listed data is for (m = minutes, h = hours, d = days)30m1h6h12h24h72h7d30dShow 8 enum valuesdomainstringDomain that received the request, if not provided, returns logs aggregated from all valid domainssearchstringSearch across RayID, IP, URI, and timestamp. All fields allow partial prefix matches. URI supports up to 2 wildcards using *. Dates should be provided in YYYY-MM-DD format. All other date formats will be 'best effort' matchingipstringIP address related to the requestcache_statusstringenumType of cache interactionhitbypassdynamicexpiredhitmissnonestableAllowed:bypassdynamicexpiredhitmissnonestableuristringURI being requestedray_idstringUnique Request IDdevice_typestringenumDevice TypemobiledesktopmobiletabletAllowed:desktopmobiletabletstatus_codestringHTTP Status Code of the Requestper_pageinteger1 to 1000Defaults to 10How many results to include in each page (default = 10)pageinteger≥ 1Defaults to 1Page of results to include (default = 1)Responses 200OK 400Bad Request 401Authentication failed 403Not authorized to access endpoint 404Given site not found for user 405Invalid input 500Internal errorUpdated 4 months ago