Get a reader's config
GET/config/:reader_id
Get a reader's config
Returns the config.json from the mode a reader is running.
The /config/:reader_id
endpoint returns the config.json of the model a reader is running with a 200 response if found.
It will return a 404 if the config.json cannot be found or not ready yet.
Request​
Responses​
- 200
- 404
- 503
config.json being run by reader
- application/json
- Schema
Schema
any
Reader not found
Server is not available
Loading...