List rules
GET {{fastly_url}}/security/workspaces/{{workspace_id}}/rules?action&enabled&limit&page&types
List rules in a workspace.
Authorization: API token with at least Engineer permissions.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
action | null | Return only the rules with the given action. | |
enabled | null | Return either all enabled rules or all disabled rules. | |
limit | null | Limit how many results are returned. | |
page | null | Page number of the collection to request. | |
types | null | Return rules with any of the given action types. More than one value can be supplied. |