# Query Logs Query logging and retrieval operations. Track and analyze API operations performed on resources with detailed audit trails. ## Get a single query log by ID - [GET /query-logs/{queryLogId}](https://docs.syncdocs.ai/api/workspace-openapi/query-logs/getquerylogbyid.md): Retrieves a specific query log record by its unique identifier. Useful for examining the details of a particular API operation that was logged. ## Get paginated list of query logs with filtering - [GET /query-logs](https://docs.syncdocs.ai/api/workspace-openapi/query-logs/getquerylogs.md): Retrieves a paginated list of query log records with optional filtering. Key Features: - Cursor-based pagination with pageSize and cursor - Multiple filter options to narrow down results - Operation tracking - see all API operations performed on content - Audit trail - complete history of who did what and when Common Use Cases: - Track content operations by a specific user - Monitor operations on a particular dataspace - Audit trail for compliance and debugging - Performance analysis of API usage Filter Examples: - Get all CREATE operations: ?operationType=CREATE - Get operations by user: ?userId=scd-dev00001 - Get operations in date range: ?dateFrom=2025-06-10T00:00:00Z&dateTo=2025-06-10T23:59:59Z - Get operations on specific content: ?contentId=98765432-1abc-def0-1234-56789abcdef0