Skip to main content
GET
/
v2
/
routing-rules
/
used-models
List used models
curl --request GET \
  --url https://api.orq.ai/v2/routing-rules/used-models \
  --header 'Authorization: Bearer <token>'
{
  "models": [
    "<string>"
  ],
  "object": "<string>"
}

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

Used models retrieved successfully

models
string[] | null
required
object
string
required