v1
latestSwagger 2.02026-08-0484141342.3 KBActivity-Logs
# Get activity logs
This endpoint return activity logs.
get/v1/activity-logs
Query parameters
limitinteger
offsetinteger
date_startinteger
Date start in epoch
date_endinteger
Date end in epoch
Response
Example response
{
"activity_logs": [
{
"action": "IntegrationAgentDown",
"event_time": "1743141698",
"event_type": "Agent",
"ip": "123.123.123.123"
}
],
"pages": {
"limit": 20,
"total_count": 100
}
}