Agents Logs
API endpoints for Agents Logs
GET
/api/agents/{agent_id}/logs List returns agent activity logs.
Returns paginated list of agent activity logs, optionally filtered by category.
Response Codes
| Status Code | Description |
|---|---|
| 200 | Success |
| 404 | Resource not found |
| 500 | Internal server error |