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

Get message by ID

Retrieves a single message by ID.

The sent_at parameter is currently optional but will become required in a future release. For thread messages, thread_parent_message_id will also become required. Clients should start passing these parameters now to ensure continued functionality after the migration.

path params

roomIdstring required
messageIdstring required

query params

sentAtstring

Currently optional, will become required. The timestamp when the message was sent.

threadParentMessageIdstring

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

Responses

Was this guide helpful?