List access rules for this network
Lists the access rules on a network. A network with no rules shows everything; the moment you add the first rule, the network switches to showing only what the rules allow. Filter by validity to see only rules that are currently in effect, scheduled to start in the future, or already expired.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Headers
Client-generated unique key per operation intent (UUID). Same key + identical body replays the original response; same key + different body returns 409.
Path Parameters
The unique ID of the network whose access rules to list.
Query Parameters
Cursor to start fetching records after — the pagination.end_cursor of a previous response. Omit it to fetch the first page, and stop paging once pagination.has_next is false. Sending it empty is a 400: an empty cursor is a broken cursor, not a request for the first page.
1Deprecated: use after.
1Results per page (1–200)
Filter by rule timing — EFFECTIVE for rules in effect now, FUTURE for rules not yet started, EXPIRED for rules that have already ended.
EFFECTIVE, FUTURE, EXPIRED Response
Paginated list of access rules on the network.