# Retrieve the list of instruments **GET /control/instruments** Get a list of all instruments that can be accessed with your account or api key. Requires an API key with the `instruments:read` scope. ## Servers - Production server: https://api.mycirrus.cloud/v1 (Production server) ## Parameters ## Responses ### 200 OK #### Body: application/json (array[object]) - **type** (string) Type of instrument - **serialNumber** (string) Serial number of the instrument - **model** (string) Model of the instrument - **name** (string) Friendly name or description of the instrument - **image** (string(uri)) URL of the image for the instrument - **subscription** (object) Subscription details for this instrument - **position** (object) Position of the instrument - **feature** (array[string]) Additional features available on this instrument ### 401 Your access token is invalid or has expired #### Body: application/json (object) - **error** (string) Error code - **description** (string) Description of the error ### 403 You do not have permission to access this data #### Body: application/json (object) - **error** (string) Error code - **description** (string) Description of the error ### 429 You have made too many requests in a short time #### Body: application/json (object) - **error** (string) Error code - **description** (string) Description of the error [Powered by Bump.sh](https://bump.sh)