Skip to main content
GET
List delivery logs

Authorizations

Authorization
string
header
required

Authorization: Bearer hmok_... API key or a dashboard session token

Headers

X-Workspace-Id
string
required

Workspace ID for the request

Pattern: ^ws_[A-Za-z0-9]{8}$

Query Parameters

scope
string
required

channel:<ch_id> or sandbox-session:<ssn_id>

Pattern: ^(channel:ch_[A-Za-z0-9]{8}|sandbox-session:ssn_[A-Za-z0-9]{8})$
since
string<date-time>
until
string<date-time>
cursor
string | null

Opaque cursor from nextCursor.

limit
integer
default:50
Required range: 1 <= x <= 100

Response

Delivery logs

logs
object[]
required
nextCursor
string | null
required