# Returns a RMA by id. **GET /api/v2/savs/{id}** ## Servers - https://bi.agora.place: https://bi.agora.place () ## Authentication methods - Api key auth ## Parameters ### Path parameters - **id** (string) ## Responses ### 200 Returns a RMA by id #### Body: application/json (object) - **id** (integer) - **orderId** (string) - **status** (string) - **shipping_address_json** (string) - **product_infos** (string) - **history** (string) - **description** (string) - **images** (array[string]) - **comments** (array[string]) - **tax_code** (string) VAT Type, could be TVAC or TVAM ### 404 Not found #### Body: application/json (object) - **code** (integer) - **msg** (string) ### 500 Internal server error #### Body: application/json (object) - **code** (integer) - **msg** (string) [Powered by Bump.sh](https://bump.sh)