Skip to main content
GET
Get Network

Headers

Authorization
string
required

Bearer authentication format, e.g.: Bearer {{API_KEY}}.

Path Parameters

network_id
string
required

Network ID.

Response

200 - application/json

OK

id
string

Network ID

Example:

"network-abc123"

owner_id
string

Owner ID

Example:

"user-abc123"

name
string

Network name

Example:

"dev-vpc"

status
object

Network status

cidr
string

CIDR block

Example:

"10.0.0.0/24"

region_id
string

Region ID

Example:

"cluster-abc123"

instances
object[]

Instances assigned to this Network

created_at
integer

Creation time. Unix timestamp

Example:

1710000000

member_id
string

Member ID

Example:

"550e8400-e29b-41d4-a716-446655440000"

Last modified on June 23, 2026