---
title: "Get Music Instruments"
method: GET
path: "/MusicLessons/Instruments"
tags: ["Musiclessons"]
---

# Get Music Instruments

`GET /MusicLessons/Instruments`

**Auth:** Authenticated - any signed-in user.

Returns the instruments the music department teaches (non-archived).

## Response `200`

Success - Returned instruments

- GetInstrumentsResponse
  - `instruments` MusicInstrument[]
    - `id` integer
    - `description` string, nullable
    - `archived` boolean
    - `orchestralOrder` integer
  - `meta` Meta
    - `page` integer
    - `pageSize` integer
    - `total` integer

## Other responses

- `400` — An Error Occurred - Could not get instruments
- `401` — Unauthorized

---

[API](https://skmtc.net/tonbridge/apis/tonbridge-app-api.md) · [All operations](https://skmtc.net/tonbridge/apis/tonbridge-app-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tonbridge/tonbridge-app-api/versions/fab57bf5558a/schema)
