---
title: "GET /servicenetworks/{serviceNetworkIdentifier}"
method: GET
path: "/servicenetworks/{serviceNetworkIdentifier}"
---

# GET /servicenetworks/{serviceNetworkIdentifier}

`GET /servicenetworks/{serviceNetworkIdentifier}`

Retrieves information about the specified service network.

## Path parameters

- `serviceNetworkIdentifier` string, required

## Response `200`

Success

- GetServiceNetworkResponse
  - `id` string — The ID of the service network.
  - `name` string — The name of the service network.
  - `createdAt` string, date-time — The date and time that the service network was created, in ISO-8601 format.
  - `lastUpdatedAt` string, date-time — The date and time of the last update, in ISO-8601 format.
  - `arn` string — The Amazon Resource Name (ARN) of the service network.
  - `authType` 'NONE' | 'AWS_IAM' — The type of IAM policy.
  - `sharingConfig` object — Specifies if the service network is enabled for sharing.
    - `enabled` boolean — Specifies if the service network is enabled for sharing.
  - `numberOfAssociatedVPCs` integer — The number of VPCs associated with the service network.
  - `numberOfAssociatedServices` integer — The number of services associated with the service network.

## Other responses

- `480` — ValidationException
- `481` — AccessDeniedException
- `482` — ResourceNotFoundException
- `483` — ThrottlingException
- `484` — InternalServerException

---

[API](https://skmtc.net/aws/apis/vpc-lattice.md) · [All operations](https://skmtc.net/aws/apis/vpc-lattice/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/vpc-lattice/versions/bbec5439e0f7/schema)
