EmailEngine Logs API

The Logs API from EmailEngine — 1 operation(s) for logs.

OpenAPI Specification

emailengine-logs-api-openapi.yml Raw ↑
openapi: 3.1.0
info:
  title: EmailEngine Account Logs API
  description: EmailEngine REST API exposes a unified interface for sending and receiving email through IMAP, SMTP, Gmail, and Microsoft Graph. Endpoints below are derived from the public EmailEngine API reference navigation.
  version: 1.0.0
  x-generated-from: https://learn.emailengine.app/docs/api/emailengine-api
  x-generated-by: claude-crawl-2026-05-08
servers:
- url: https://api.emailengine.app
  description: EmailEngine API
tags:
- name: Logs
paths:
  /v1/logs/{account}:
    parameters:
    - name: account
      in: path
      required: true
      schema:
        type: string
    get:
      summary: Get logs for account
      operationId: getAccountLogs
      responses:
        '200':
          description: Logs response
          content:
            application/json:
              schema:
                type: object
      tags:
      - Logs