v1

latestOpenAPI 3.1.02026-08-041911887.3 KB
Entities

Get an entity by id

get/entities/{id}

Path parameters

idstring uuid required
Example:bcd2d868-ed38-4382-b94a-622a30fc3215

Response

Returns the trained entity for this id

Example response

{
  "entity": {
    "id": "bcd2d868-ed38-4382-b94a-622a30fc3215"
  }
}