# Get a list of subject-version for the schema ID. **GET /schemas/ids/{id}/versions** ## Servers - http://localhost:8081: http://localhost:8081 () ## Parameters ### Path parameters - **id** (integer) ## Responses ### 200 OK #### Body: application/json (array[object]) - **subject** (string) - **version** (integer) ### 404 Not Found: Schema not found #### Body: application/json (object) - **error_code** (integer) - **message** (string) ### 500 Internal Server Error #### Body: application/json (object) - **error_code** (integer) - **message** (string) [Powered by Bump.sh](https://bump.sh)