# Get SMS message with options **GET /sms/message/{messageID}/{options}** ## Servers - https://sms.apicontrol.co.uk/v1: https://sms.apicontrol.co.uk/v1 () ## Parameters ### Path parameters - **messageID** (integer(int64)) ID of message to return - **options** (array[string]) Comma seperated list of additional data to include in the response ## Responses ### 200 Successful operation #### Body: application/json (object) - **to** (object) Object containing msisdns to status - **messageID** (integer) The ID of the message - **from** (string) The msisdn of the sender; this is who the recipient will see as the sender of the message - **body** (string) Message contents to send - **send_at** (string(date-time)) When to send the message; default is to send now - **expires_at** (string(date-time)) When the message should expire; any recipients not yet attempted will be abandoned - **ref** (string) Client reference; this will be included in any callbacks - **callbackURL** (string(uri)) URL that delivery reports should be sent to for this message - **paused** (boolean) Whether to submit the message in a paused state (will not be sent until released) - **created_at** (string(date-time)) When the message was created - **complete_at** (string(date-time)) When the message was completed - **num_parts** (integer) Number of parts the message was sent in - **balance_used** (integer) Total number of credits used to send all messages - **status** (object) The status of the individual messages ### 401 Unauthorized #### Body: application/json (object) - **status_code** (integer) Status code 401 - **status_msg** (string) Error message text ### 404 Not Found #### Body: application/json (object) - **status_code** (integer) Status code 404 - **status_msg** (string) Error message text - **info** (string) Additional information ### 405 Method Not Allowed #### Body: application/json (object) - **status_code** (integer) Status code 405 - **status_msg** (string) Error message text - **Allow** (array[string]) HTTP Method [Powered by Bump.sh](https://bump.sh)