Get single reader details
GET/reader/:reader_id
Get single reader details
Finds reader by reader_id and displays their configurations
Request​
Path Parameters
reader_id anyrequired
The id of the reader to get information about. For a list of all readers, see /reader_groups
Responses​
- 200
- 404
Reader found
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
consumer_groupsstring[]required
consumer_namestringrequired
devicestringrequired
enable_document_processingbooleanrequired
lorasstringnullable
model_namestringrequired
model_typestringrequired
pidsint32[]required
[
{
"consumer_groups": [
"string"
],
"consumer_name": "string",
"device": "string",
"enable_document_processing": true,
"loras": "string",
"model_name": "string",
"model_type": "string",
"pids": [
0
]
}
]
Reader not found