Get Activity Logs
GET/v1/api/admin/logs/activity
Retrieves activity logs with pagination and optional filters. Activity logs track all user actions in the system including authentication events, MUTATE operations, and system changes.
Auth Required
Required Permissions:
- Admin access required
Indexed Filter Fields (for optimal performance):
action- Filter by specific action typetargetType+targetId- Filter by primary entityrelatedType+relatedId- Filter by related entityactorUserId- Filter by user who performed the actionrequestId- Filter by request UUID for tracingstartDate+endDate- Filter by date range (in local timezone)
Request
Responses
- 200
- 401
- 403
- 500
Activity logs retrieved successfully
Unauthorized. User is not authenticated or session is invalid.
Forbidden. User does not have the required permissions.
Internal Server Error