# Get message status by ticket **GET /v1/transactions/{ticket}/status** Retrieve the current/latest status of an SMS transaction using its Ticket/Id. ## Servers - Production: https://api.sierrahive.com (Production) ## Authentication methods - Basic auth ## Parameters ### Path parameters - **ticket** (string) Ticket/Id returned from send endpoint ## Responses ### 200 Message status #### Body: application/json (object) - **Type** (string) - **MessageId** (string) AppHive message ID - **Status** (string) - **Content** (string) - **To** (string) - **From** (string) - **Reference** (string) - **Cost** (number(float)) - **DateCreated** (string(date-time)) - **EffectedAt** (string(date-time)) - **BalanceBefore** (number(float)) - **BalanceAfter** (number(float)) ### 401 Unauthorized ### 404 Not found [Powered by Bump.sh](https://bump.sh)