Skip to main content
GET
List Agents
アカウントに関連付けられたエージェントのページネーションされたリストを取得します。ステータスとチェーンによるフィルタリングをサポートしています。

クエリパラメータ

integer
デフォルト:"1"
ページ番号(1始まり)。
integer
デフォルト:"20"
1ページあたりのアイテム数。最大:100。
string
エージェントステータスでフィルタリング。値:activeinactive
string
CAIP-2チェーン識別子でフィルタリング(例:eip155:84532)。

レスポンス

Response

承認

X-API-Key
string
header
必須

API key authentication. Keys are prefixed with awx_.

クエリパラメータ

page_num
integer
デフォルト:1

Page number (1-indexed).

必須範囲: x >= 1
page_size
integer
デフォルト:20

Number of items per page.

必須範囲: 1 <= x <= 100
status
enum<string>

Filter by agent status.

利用可能なオプション:
active,
inactive
chain
string

Filter by CAIP-2 chain identifier (e.g., eip155:84532).

レスポンス

Paginated list of agents.

Standard paginated response wrapper.

data
object[]

Array of resource objects.

total
integer

Total number of items matching the query.

has_more
boolean

Whether more pages are available.