672b1916ba61
List policy controls
Lists wallet and API-key control targets in one paginated inventory. Every target, profile, binding, and evaluation is scoped to the authenticated organization and exact project.
Query parameters
Control-target family to return.
Control-target family to return.
Optional computed control status.
Optional computed control status.
Case-insensitive substring match on wallet display name or API-key label.
Case-insensitive substring match on wallet display name or API-key label.
Page number (1-based).
Page number (1-based).
Items per page (max 100).
Items per page (max 100).
Headers
Selects the active project for this request. Required for session/dashboard callers. Ignored when authenticating with an API key, whose scope is fixed to the key's project.
Selects the active project for this request. Required for session/dashboard callers. Ignored when authenticating with an API key, whose scope is fixed to the key's project.
Response
Policy-control inventory
Example response
{
"data": {
"controls": [
{
"updatedAt": "2025-01-01T00:00:00.000Z",
"activatedAt": "2025-01-01T00:00:00.000Z",
"latestEvaluation": {
"evaluatedAt": "2025-01-01T00:00:00.000Z"
}
}
]
},
"meta": {
"requestId": "req_example",
"timestamp": "2025-01-01T00:00:00.000Z"
}
}