# MessageStatus Retrieve delivery status and statistics for SMS messages. **Authentication**: API Key required (`X-Api-Key` header) ## Get latest SMS from phone number - [GET /messagestatus/phonenumber/{phonenumber}](https://docs.namirial.app/products/sms/openapi-api-status/messagestatus/getlatestsmsfromnumber.md): Retrieves the delivery status of the latest messages sent to a given phone number. ## Get latest SMS from reference key - [GET /messagestatus/reference/{referencekey}](https://docs.namirial.app/products/sms/openapi-api-status/messagestatus/getlatestsmsfromreferencekey.md): Retrieves the delivery status of the latest messages associated with the external key specified in the reference.key parameter of the send API. ## Get SMS details from message ID - [GET /messagestatus/{messageid}](https://docs.namirial.app/products/sms/openapi-api-status/messagestatus/getsmsdetailfrommessageid.md): Retrieves the delivery status for a specific message.