Skip to main content
GET
List incoming logs

Authorizations

Authorization
string
header
required

Sendmux API key. Use a root API key for Management API routes, or a mailbox credential for Mailbox API routes. Obtain keys from the dashboard under API Keys.

Query Parameters

limit
integer

Max results (default 25)

Required range: 1 <= x <= 100
cursor
string

Cursor from previous page

mailbox_id
string

Filter by mailbox public ID

event_type
enum<string>
Available options:
message.received,
message.received.spam
from_date
string

ISO 8601 start date. Date-only values start at 00:00 UTC.

to_date
string

ISO 8601 end date. Date-only values include the full UTC day.

Search mailbox, sender, recipient, subject, or message ID

Response

Incoming log list

meta
object
required
ok
enum<boolean>
required
Available options:
true
data
object[]
required
pagination
object
required