Dedicated Engine
Retrieve dedicated engine
Get a dedicated engine object.
get/api/v1/dedicated_engines/{dedicatedEngineID}
Path parameters
dedicatedEngineIDinteger required
ID of the dedicated engine
Response
OK
Example response
{
"id": 3000,
"name": "Dedicated engine 1",
"description": "AI engine trained to recognize data for the specific data capture requirement",
"url": "https://example.rossum.app/api/v1/dedicated_engines/3000",
"status": "draft",
"schema": "https://example.rossum.app/api/v1/dedicated_engine_schemas/6000",
"queues": []
}Changes
No recorded changes to this endpoint across all 1 revision of this API.