SGTM Access Logs List Edge Function
Retrieves paginated access logs for a container with filtering options. Used by the access logs viewer in the dashboard.
GET /sgtm_access_logs_list
Required - JWT in Authorization header
Query Parameters:
Tables touched:
200 - { logs: [], total, page, page_size, has_more }
400 - Missing required parameters
401 - Unauthorized
403 - Insufficient permissions
404 - Container not found
500 - Database error
Fileoverview
SGTM Access Logs List Edge Function
Retrieves paginated access logs for a container with filtering options. Used by the access logs viewer in the dashboard.
Endpoint
GET /sgtm_access_logs_list
Auth
Required - JWT in Authorization header
Remarks
Query Parameters:
Tables touched:
Returns
200 - { logs: [], total, page, page_size, has_more }
Returns
400 - Missing required parameters
Returns
401 - Unauthorized
Returns
403 - Insufficient permissions
Returns
404 - Container not found
Returns
500 - Database error