Docs
/
/

MessageDeliveryLog

A message delivery log contains a `request` from Knock to a downstream provider and the `response` that was returned.

MessageDeliveryLog

A message delivery log contains a request from Knock to a downstream provider and the response that was returned.

Attributes

__typename
string

The typename of the schema.

environment_id
string(uuid)

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

id
string

The unique identifier for the message delivery log.

inserted_at
string

Timestamp when the message delivery log was created.

request
MessageDeliveryLogRequest

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

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

The name of the service that processed the delivery.

New chat