LogZilla API
The LogZilla API enables programmatic access to log management capabilities through standard HTTP/HTTPS requests. This RESTful interface supports authentication, query operations, real-time updates, and administrative functions for building custom integrations and automated workflows.
The following chapters provide narrative context and practical examples for
using the LogZilla API. For complete API specifications, endpoint details, and
interactive documentation, refer to /api/docs/
on your LogZilla server.
Next Steps
- Getting Started - Authentication and basic API usage
- Core Concepts - HTTP methods, error handling, pagination, and data structures
- Making Queries - Query creation workflow and WebSocket usage
- Query Types - Available query types and their specific uses
- Query API Parameters - Comprehensive parameter reference
- Sample API Code - Working examples and code snippets