>_
.issue.db
/highway-workflow-engine
Dashboard
Issues
Memory
Lessons
Audit Log
New Issue
Edit Issue #56
Update issue details
Title *
Description
Implement endpoint to query audit logs with filtering. Endpoint: GET /api/v1/audit/logs Query Parameters: - user_id: Filter by user (optional) - action_type: Filter by action (optional) - resource_type: Filter by resource type (optional) - from_date: Start date (optional) - to_date: End date (optional) - page: Page number (default: 1) - per_page: Results per page (default: 50, max: 200) Response: Paginated list of audit log entries with metadata Required Permissions: tenant_admin or system_admin Implementation Requirements: - Support multiple filter combinations - Include user details in response - Sort by timestamp descending - Return total count for pagination - Index optimization for common queries With ultra attention to details and correctness. Before closing: write comment summarizing implementation with screenshot.
Priority
Low
Medium
High
Critical
Status
Open
In Progress
Closed
Due Date (YYYY-MM-DD)
Tags (comma separated)
Related Issues (IDs)
Enter IDs of issues related to this one. They will be linked as 'related'.
Update Issue
Cancel