# List traffic filter rulesets **GET /deployments/traffic-filter/rulesets** List all of the traffic filter rulesets. ## Servers - https://api.elastic-cloud.com/api/v1: https://api.elastic-cloud.com/api/v1 () ## Parameters ### Query parameters - **include_associations** (boolean) Retrieves a list of resources that are associated to the specified ruleset. - **region** (string) If provided limits the rulesets to that region only. - **organization_id** (string) Retrieves a list of resources that are associated to the specified organization ID. It only takes effect if the user is an admin. ## Responses ### 200 The collection of traffic filter routes #### Body: application/json (object) - **rulesets** (array[object]) List of traffic filter rules ### 500 Error fetching traffic filter rulesets. (code: `traffic_filter.request_execution_failed`) #### Headers - **x-cloud-error-codes** (string) The error codes associated with the response #### Body: application/json (object) - **errors** (array[object]) A list of errors that occurred in the failing request [Powered by Bump.sh](https://bump.sh)