Skip to main content
POST
GenAI 에이전트 버전 쿼리

인증

Authorization
string
header
필수

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

본문

application/json

에이전트의 버전 목록을 요청합니다.

agent_name
string
필수
project_id
string
필수
limit
integer
기본값:100
필수 범위: 0 <= x <= 10000
offset
integer
기본값:0
필수 범위: x >= 0
sort_by
AgentSortBy · object[] | null

응답

성공 응답

에이전트 버전 통계를 포함하는 응답입니다.

versions
AgentVersionSchema · object[]
필수
total_count
integer
기본값:0