For the complete documentation index, see llms.txt. This page is also available as Markdown.

List Message Receipts

Fetches receipts details from a specific message.

Fetch receipts details from a specific message.

get
Path parameters
messageIdstringRequired

The message ID

Query parameters
beforestringOptional

Returns results from an opaque “before” cursor value as presented via a response cursor.

afterstringOptional

Returns results from an opaque “after” cursor value as presented via a response cursor.

Header parameters
sessionTokenstringRequired

Session authentication token.

Responses
200

OK

application/json

List of Message receipt details

creationDateinteger · int64OptionalExample: 1552999333141
deliveryReceiptCountintegerOptionalExample: 1
readReceiptCountintegerOptionalExample: 1
emailNotificationCountintegerOptionalExample: 1
get/v1/admin/messages/{messageId}/receipts

🚧 Required roles

Calling this endpoint requires the Content Management role with the VIEW_MANAGE_MESSAGES entitlement. See Bot Permissions for a list of roles and associated privileges.

Last updated

Was this helpful?