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

承認

Authorization
string
header
必須

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

ボディ

application/json

project の集約済みエージェント統計とともにエージェントを一覧表示するためのリクエストです。

project_id
string
必須
filters
AgentsQueryFilters · object | null

エージェントのクエリに使用する省略可能なフィルターです。

limit
integer
デフォルト:100
必須範囲: 0 <= x <= 10000
offset
integer
デフォルト:0
必須範囲: x >= 0
sort_by
AgentSortBy · object[] | null

レスポンス

成功レスポンス

集約されたエージェント統計を含むレスポンスです。

agents
AgentSchema · object[]
必須
total_count
integer
デフォルト:0