---
title: "GET /global-networks/{globalNetworkId}/devices"
method: GET
path: "/global-networks/{globalNetworkId}/devices"
---

# GET /global-networks/{globalNetworkId}/devices

`GET /global-networks/{globalNetworkId}/devices`

Gets information about one or more of your devices in a global network.

## Path parameters

- `globalNetworkId` string, required

## Query parameters

- `deviceIds` DeviceId[]
- `siteId` string
- `maxResults` integer
- `nextToken` string
- `MaxResults` string
- `NextToken` string

## Response `200`

Success

- GetDevicesResponse
  - `Devices` Device[] — The devices.
    - `DeviceId` string — The ID of the device.
    - `DeviceArn` string — The Amazon Resource Name (ARN) of the device.
    - `GlobalNetworkId` string — The ID of the global network.
    - `AWSLocation` object — The Amazon Web Services location of the device.
      - `Zone` string — The Zone that the device is located in. Specify the ID of an Availability Zone, Local Zone, Wavelength Zone, or an Outpost.
      - `SubnetArn` string — The Amazon Resource Name (ARN) of the subnet that the device is located in.
    - `Description` string — The description of the device.
    - `Type` string — The device type.
    - `Vendor` string — The device vendor.
    - `Model` string — The device model.
    - `SerialNumber` string — The device serial number.
    - `Location` object — The site location.
      - `Address` string — The physical address.
      - `Latitude` string — The latitude.
      - `Longitude` string — The longitude.
    - `SiteId` string — The site ID.
    - `CreatedAt` string, date-time — The date and time that the site was created.
    - `State` 'PENDING' | 'AVAILABLE' | 'DELETING' | 'UPDATING' — The device state.
    - `Tags` Tag[] — The tags for the device.
      - `Key` string — <p>The tag key.</p> <p>Constraints: Maximum length of 128 characters.</p>
      - `Value` string — <p>The tag value.</p> <p>Constraints: Maximum length of 256 characters.</p>
  - `NextToken` string — The token for the next page of results.

## Other responses

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

---

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