# Get output type **GET /data/output-types/{instance_id}** Retrieve an output type instance by its ID and return it as a JSON object. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters #### Path parameters - **instance_id** (string(uuid)) ## Responses ### 200: Output type retrieved successfully #### Body Parameters: application/json (object) - **id** (string(uuid)) - **name** (string) - **created_at** (string(date-time)) - **updated_at** (string(date-time)) ### 400: Invalid ID format or query error [Powered by Bump.sh](https://bump.sh)