v1

latestOpenAPI 3.1.0raw.githubusercontent.com2026-06-19273210655.1 KB
Security Rules

List site security rules

List all security rules associated with the site.

Processing mode: <small><code>sync</code></small>

get/orgs/{organization}/servers/{server}/sites/{site}/security-rules

Path parameters

organizationstring required

The organization slug

serverinteger required

The server ID

siteinteger required

The site ID

Query parameters

sortstring

Available sorts are path, status, created_at, updated_at. You can sort by multiple options by separating them with a comma. To sort in descending order, use - sign in front of the sort, for example: -path.

page[size]integer

The number of results that will be returned per page.

page[cursor]string

The cursor to start the pagination from.

filter[path]string
Example:/admin

The path for the security rule.

filter[status]string
Example:installed

The status of the security rule.

Response

Paginated set of SecurityRuleResource