メインコンテンツへスキップ
POST
GenAI Agent Versionsクエリ

承認

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