Get a message by id
GEThttps://platform.docana.com/api/v1/messages/:id/
Requires access to the associated application, or ownership when the message has no application. The message is sanitized before returning: oversized metadata fields such as originalMediaUrl are removed. Failure responses are plain-text bodies.
Request
Responses
- 200
- 202
- 400
- 401
- 403
- 404
- 409
- 500
- 503
The sanitized message, including its author
Inline WhatsApp attachments are being converted to documents; retry after two seconds.
The request body, query, or path failed validation. See validationErrors.
The caller has no access to the message or its application
The caller is authenticated but not allowed to perform this operation.
Message not found
Message changed while its attachments were being converted; retry the request.
Unexpected server error.
Attachment ingestion is temporarily unavailable; retry after two seconds.