JSON object
A JSON response for the Filters API has this structure:
{  "id": "6f58318e7fa2477a23112e8118c66f61",  "expression": "http.request.uri.path ~ \"^.*/wp-login.php$\" or http.request.uri.path ~ \"^.*/xmlrpc.php$\"",  "paused": true,  "description": "WordPress login paths",  "ref": ""}The following table summarizes the object properties:
| Property | Description | Constraints | 
|---|---|---|
idString  | A UUIDv4 identifier generated by Cloudflare. | Unique, read only Length: 32 characters  | 
expressionString  | A Rules language expression used to evaluate requests. For more information, refer to Expressions. | |
pausedBoolean  | Returns true when the filter is not active. Use ref to enable/disable the filter. | Default: false | 
descriptionString  | An informative summary of the filter. | Maximum length: 500 characters | 
refString  | A short string for tagging filters. | Maximum length: 50 characters | 
Was this helpful?
- Resources
 - API
 - New to Cloudflare?
 - Directory
 - Sponsorships
 - Open Source
 
- Support
 - Help Center
 - System Status
 - Compliance
 - GDPR
 
- Company
 - cloudflare.com
 - Our team
 - Careers
 
- © 2025 Cloudflare, Inc.
 - Privacy Policy
 - Terms of Use
 - Report Security Issues
 - Trademark
 -