Back
get /v2/rooms/{roomId}/messages/{messageId}

Get message by ID

Retrieves a single message by ID using its Cassandra locator. Pass sent_at for every message. For thread messages, also pass thread_root_message_id and thread_parent_message_id. For recording comments, also pass parent_recording_id.

path params

roomIdstring required
messageIdstring required

query params

sentAtstring

The timestamp when the message was sent.

threadParentMessageIdstring

Required for thread messages. The parent message ID of the thread.

parentRecordingIdstring

Required for recording comments. The recording containing the message.

threadRootMessageIdstring

Required for thread messages. The root message ID of the thread.

Responses

Was this guide helpful?