Subnets
Get Subnet by ID
get/api/v1/subnets/{id}
Path parameters
idstring uuid required
Subnet ID
Response
Subnet found
Example response
{
"data": {
"cidr": "192.168.1.0/24",
"created_at": "2026-01-15T10:30:00Z",
"description": "Local area network",
"id": "550e8400-e29b-41d4-a716-446655440004",
"name": "LAN",
"network_id": "550e8400-e29b-41d4-a716-446655440002",
"source": {
"type": "Manual"
},
"subnet_type": "Lan",
"tags": [],
"updated_at": "2026-01-15T10:30:00Z"
},
"meta": {
"api_version": 1,
"server_version": "0.16.1"
}
}