# Retrieve a list of schema ids that reference the subject and version.

**GET /subjects/{subject}/versions/{version}/referencedBy**




## Servers
- http://localhost:8081: http://localhost:8081 ()



## Parameters

### Path parameters
- **subject** (string)
  The subject name. Use [:.<context>:]<subject> for context-qualified subjects, or just <subject> for the default context.
- **version** (string)
  The schema version to check. Use an integer for a specific version or 'latest' for the most recent version.



## Responses
### 200
OK

#### Body: application/json (array[integer])
array[integer]
### 404
Not Found: Schema not found

#### Body: application/json (object)
- **error_code** (integer)

- **message** (string)


### 422
Invalid version

#### 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)
