# Returns the current status of a given lab order **GET /orders/{orderId}** Should only be invoked for verified users (logged into account or verified email address) ## Servers ## Authentication methods - Orders api token ## Parameters ### Path parameters - **orderId** (string(uuid)) UUID of an order that has been sent to a lab ## Responses ### 500 General error response body #### Body: (object) - **message** (string) ### 200 returns current status of the lab order #### Body: (object) - **status** (string) Status enum to indicate if the lab result is in progress, sample material has been found invalid, or if it has a positive or negative result ### 401 API key invalid or missing #### Headers - **WWW-Authenticate** (string) ### 404 no order for the given id found [Powered by Bump.sh](https://bump.sh)