---
title: "POST /listDevices"
method: POST
path: "/listDevices"
deprecated: true
---

# POST /listDevices

`POST /listDevices`

> **Deprecated.**

Retrieves a list of devices registered with the specified fleet.

## Query parameters

- `MaxResults` string
- `NextToken` string

## Request body

- object
  - `FleetArn` string, required — The ARN of the fleet.
  - `NextToken` string — The pagination token used to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.
  - `MaxResults` integer — The maximum number of results to be included in the next page.

## Response `200`

Success

- ListDevicesResponse
  - `Devices` DeviceSummary[] — Information about the devices.
    - `DeviceId` string — The ID of the device.
    - `DeviceStatus` 'ACTIVE' | 'SIGNED_OUT' — The status of the device.
  - `NextToken` string — The pagination token used to retrieve the next page of results for this operation. If there are no more pages, this value is null.

## Other responses

- `480` — UnauthorizedException
- `481` — InternalServerErrorException
- `482` — InvalidRequestException
- `483` — ResourceNotFoundException
- `484` — TooManyRequestsException

---

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