Skip to main content
GET
List Agents
계정에 연결된 에이전트의 페이지네이션된 목록을 조회합니다. 상태 및 체인별 필터링을 지원합니다.

쿼리 매개변수

integer
기본값:"1"
페이지 번호 (1부터 시작).
integer
기본값:"20"
페이지당 항목 수. 최대: 100.
string
에이전트 상태로 필터링. 값: active, inactive.
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.