v52
latestOpenAPI 3.0.3GNU Affero General Public License v3.0 (AGPL-3.0)raw.githubusercontent.com2026-08-0113040156.8 KBPrivate Subnet
List all private subnets
get/project/{project_id}/private-subnet
Path parameters
project_idstring required
Example:pjkkmx0f2vke4h36nk9cm8v8q0
ID of the project
Query parameters
start_afterstring
Pagination - Start after
page_sizeinteger
Pagination - Page size
order_columnstring
Pagination - Order column
Response
A list of Private Subnets
Example response
{
"items": [
{
"firewalls": [
{
"firewall_rules": [
{
"id": "fraz0q3vbrpa7pkg7zbmah9csn"
}
],
"id": "fwfg7td83em22qfw9pq5xyfqb7"
}
],
"id": "ps3dngttwvje2kmr2sn8x12x4r"
}
]
}