v4
latestOpenAPI 3.1.02026-08-02261331761.5 KBPolicy Guards (EAP)
List Policy Guard Scopes
List all guarding policies scopes.
get/v2/policy_guards/scopes
Query parameters
pageinteger
Page number of the results to fetch, starting at 1.
Page number of the results to fetch, starting at 1.
per_pageinteger
The number of results per page (max 100).
The number of results per page (max 100).
Response
Successful Response
Example response
[
{
"id": "c3b6f5d7-8b1e-4c6d-9e9f-8c9d6f8e0c8f",
"key": "policy_guard_acme",
"org_id": "c3b6f5d7-8b1e-4c6d-9e9f-8c9d6f8e0c8f",
"policy_guard_scope_details": [
{
"project_id": "c3b6f5d78b1e4c6d9e9f8c9d6f8e0c8f"
}
]
}
]