Activity Log Endpoints
Query activity logs and API call logs for auditing and debugging purposes.
Base Paths
| Resource | Path |
|---|---|
| Activity Logs | /api/activity-log |
| API Call Logs | /api/api-call-log |
Activity Log Endpoints
List Activity Logs
GET /api/activity-log
Authorization: Bearer {token}
Query Parameters:
| Parameter | Type | Description |
|---|---|---|
entity | string | Filter by entity type |
entityId | string | Filter by entity ID |
action | string | Filter by action type |
actorType | string | Filter by actor type |