# Get the raw schema by ID.

**GET /schemas/ids/{id}/schema**

Retrieves only the schema identified by the input ID, without additional metadata.


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



## Parameters

### Path parameters
- **id** (integer)


### Query parameters
- **subject** (string)
  Qualified subject to scope the lookup. Use :.<context>: for context-only lookup, or :.<context>:<subject> to also verify the schema is associated with that subject. Defaults to searching the default context if unspecified.
- **format** (string)
  Desired output format, dependent on schema type.


## Responses
### 200
Raw schema string

#### Body: application/json (string)
string
### 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)
