Skip to main content
GET
List Policies

クエリパラメータ

string
エージェント ID でフィルタリングします。
integer
デフォルト:"1"
ページ番号。
integer
デフォルト:"20"
1 ページあたりの件数。最大値:100。

承認

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
agent_id
string

Filter by agent ID.

レスポンス

Paginated list of policies.

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.