# Retrieve a list of subjects.

**GET /subjects**




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



## Parameters


### Query parameters
- **deleted** (boolean)

- **subjectPrefix** (string)
  If specified, only return subjects that start with the given prefix. A plain prefix (e.g. "my-") matches subjects in the default context. A context-qualified prefix ":.<context>:<prefix>" (e.g. ":.my-context:my-") matches within a specific context. The wildcard context ":*:<prefix>" (e.g. ":*:my-") matches across all contexts. Use just the context qualifier (e.g. ":.my-context:" or ":*:") to list all subjects in a context.


## Responses
### 200
OK

#### Body: application/json (array[string])
array[string]
### 500
Internal Server Error

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

- **message** (string)



[Powered by Bump.sh](https://bump.sh)
