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
Rate limit
Tier 3Path parameters
The ID of the message to fetch delivery logs for.
Query parameters
The cursor to fetch entries after.
The cursor to fetch entries before.
The number of items per page (defaults to 50).
Returns
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.
The typename of the schema.
The ID of the environment in which the message delivery occurred.
The unique identifier for the message delivery log.
Timestamp when the message delivery log was created.
A message delivery log request.
The body content that was sent with the request.
The headers that were sent with the request.
The host to which the request was sent.
The HTTP method used for the request.
The path of the URL that was requested.
The query string of the URL that was requested.
A message delivery log response.
The body content that was received with the response.
The headers that were received with the response.
The HTTP status code of the response.
The name of the service that processed the delivery.
Pagination information for a list of resources.
The typename of the schema.
The cursor to fetch entries after.
The cursor to fetch entries before.
The number of items per page (defaults to 50).