메인 콘텐츠로 건너뛰기
GET
/
v2
/
{entity}
/
{project}
/
models
모델 목록 조회
curl --request GET \
  --url https://api.example.com/v2/{entity}/{project}/models \
  --header 'Authorization: Basic <encoded-value>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

인증

Authorization
string
header
필수

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

경로 매개변수

entity
string
필수
project
string
필수

쿼리 매개변수

limit
integer | null

반환할 모델의 최대 개수

offset
integer | null

건너뛸 모델 수

응답

성공 응답