Docs
/
/

List delivery logs

Returns a paginated list of delivery logs for the specified message.

List delivery logs

Returns a paginated list of delivery logs for the specified message.

Endpoint

GET/v1/messages/{message_id}/delivery_logs

Rate limit

Tier 3

Path parameters

message_id
string

The ID of the message to fetch delivery logs for.

Query parameters

after
string

The cursor to fetch entries after.

before
string

The cursor to fetch entries before.

page_size
integer

The number of items per page (defaults to 50).

Returns

ListMessageDeliveryLogsResponse

A message delivery log response.

Returns a paginated list of delivery logs from the downstream provider for the specified message. For Knock in-app channels, the delivery logs will always be an empty list.

__typename
string
Required

The typename of the schema.

environment_id
string(uuid)
Required

The ID of the environment in which the message delivery occurred.

id
string
Required

The unique identifier for the message delivery log.

inserted_at
string
Required

Timestamp when the message delivery log was created.

request
MessageDeliveryLogRequest
Required

A message delivery log request.

body
2 possible types

The body content that was sent with the request.

headers
object(any)

The headers that were sent with the request.

host
string

The host to which the request was sent.

method
enum(string)

The HTTP method used for the request.

GETPOSTPUTDELETEPATCH
path
string

The path of the URL that was requested.

query
string

The query string of the URL that was requested.

response
MessageDeliveryLogResponse
Required

A message delivery log response.

body
2 possible types

The body content that was received with the response.

headers
object(any)

The headers that were received with the response.

status
integer

The HTTP status code of the response.

service_name
string
Required

The name of the service that processed the delivery.

page_info

Pagination information for a list of resources.

__typename
string

The typename of the schema.

after
string

The cursor to fetch entries after.

before
string

The cursor to fetch entries before.

page_size
integer

The number of items per page (defaults to 50).

New chat