Skip to main content
GET
/
eligible-models
Error
A valid request URL is required to generate request examples
{
  "models": [
    {
      "name": "<string>",
      "description": "<string>",
      "connection_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "is_active": true,
      "model_type": "single",
      "detected_type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

include_inactive
enum<string>

Include inactive user models in the response.

Available options:
true,
false

Response

Eligible models list

models
object[]