List trackable models
The answer engines this deployment can track, so a client can build a model filter without hardcoding ids that differ between deployments. Requires no scope.
The answer engines this deployment can track, so a client can build a model filter without hardcoding ids that differ between deployments.
Requires no scope.
Authorization
BearerAuth AuthorizationBearer <token>
An instance admin key from ADMIN_API_KEYS, or an organization key (elmo_…) issued from the dashboard.
In: header
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/models"{ "data": [ { "id": "string", "label": "string", "premiumCapable": true, "configured": true } ]}