Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.example.com/api/policies/import
{ "imports": [ { "import_id": "550e8400-e29b-41d4-a716-446655440000", "status": "activated", "rule_count": 5, "created_at": "2026-01-15T10:30:00Z" }, { "import_id": "7c9e6679-7425-40de-944b-e07fc1f90ae7", "status": "pending_review", "rule_count": 3, "created_at": "2026-01-20T14:15:00Z" } ], "count": 2 }
List all policy imports for your account
Show import properties
processing
pending_review
no_rules_found
failed
activated
partially_activated
curl -X GET "https://{api-url}/api/policies/import" \ -H "x-api-key: YOUR_API_KEY"