v1
latestOpenAPI 3.0.32026-07-26710398.3 KBProject
List Agent logs
List Agent access logs from your log provider integration or access file upload
get/agent-analytics/logs
Query parameters
project_idstring
Required if using a company api key
Example:or_f45b94ba-5e35-4982-93ed-285e72ee14eb
limitnumber
offsetnumber
start_datestring date
full-date notation as defined by RFC 3339, section 5.6, for example, 2017-07-21
Example:2025-09-22
end_datestring date
full-date notation as defined by RFC 3339, section 5.6, for example, 2017-07-21
Example:2025-09-22
bot_idsstring[]
List of bot IDs to filter by. you will get it from /agent-analytics/bots
[ "AppleBot", "GoogleBot" ]
Response
Response for status 200
Example response
{
"data": [
{
"bot_id": "AppleBot",
"timestamp": "2025-01-01 00:01:02.000",
"request_method": "GET",
"request_host": "example.com",
"request_path": "/path",
"response_status": 200,
"user_agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.1 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)",
"client_ip": "127.0.0.1",
"referer": "notexample.com"
}
],
"total_count": 100,
"totalCount": 100
}