# Get a network

Collection: api
Human docs: https://zei.sh/docs/api

Fetch one organization network by ID.

GET /public/networks/:networkId
Permission: ORG_MANAGE.
Use the network ID in sandbox create or update requests.
Response: The network resource.

Example:

```
curl -X GET https://api.zei.sh/api/v1/public/networks/:networkId \
  -H "X-API-Key: $ZEISH_API_KEY"
```
