Get Logs

This endpoint retrieves application logs stored in the system. You can filter logs by time, severity level, service name, host, environment, trace identifiers, user ID, and more. Results can also be paginated and sorted by timestamp.

This API is ideal for observability dashboards, debugging tools, incident investigations, and user-specific log analysis. Supports advanced search patterns like partial message match and structured metadata filtering.

Authorization: Bearer YOUR_TOKEN
Query Parameters
  • limit integer
    Maximum number of logs to return. Default: 50. Example: 100
  • offset integer
  • from_time string($date-time)
  • to_time string($date-time)
  • level string
  • service string
  • host string
  • environment string
  • trace_id string
  • span_id string
  • user_id string
  • message_like string
  • log_group_id string
  • order string
ResponseThis section is used to view the possible HTTP response codes returned by the API. These codes indicate the status of a request, such as 201 (Created), 401 (Unauthorized), 409 (Conflict), or 422 (Unprocessable Entity).