curl --request GET \
--url https://api.logfleet.io/api/v1/dashboard/agents/recent \
--header 'Authorization: Bearer <token>'{
"agents": [
{
"id": "<string>",
"name": "<string>",
"status": "<string>",
"last_heartbeat_at": "2023-11-07T05:31:56Z"
}
]
}Returns recently active agents (limit 10)
curl --request GET \
--url https://api.logfleet.io/api/v1/dashboard/agents/recent \
--header 'Authorization: Bearer <token>'{
"agents": [
{
"id": "<string>",
"name": "<string>",
"status": "<string>",
"last_heartbeat_at": "2023-11-07T05:31:56Z"
}
]
}