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

# POST /describeFleetMetadata

`POST /describeFleetMetadata`

> **Deprecated.**

Provides basic information for the specified fleet, excluding identity provider, networking, and device configuration details.

## Request body

- object
  - `FleetArn` string, required — The Amazon Resource Name (ARN) of the fleet.

## Response `200`

Success

- DescribeFleetMetadataResponse
  - `CreatedTime` string, date-time — The time that the fleet was created.
  - `LastUpdatedTime` string, date-time — The time that the fleet was last updated.
  - `FleetName` string — The name of the fleet.
  - `DisplayName` string — The name to display.
  - `OptimizeForEndUserLocation` boolean — The option to optimize for better performance by routing traffic through the closest AWS Region to users, which may be outside of your home Region.
  - `CompanyCode` string — The identifier used by users to sign in to the Amazon WorkLink app.
  - `FleetStatus` 'CREATING' | 'ACTIVE' | 'DELETING' | 'DELETED' | 'FAILED_TO_CREATE' | 'FAILED_TO_DELETE' — The current state of the fleet.
  - `Tags` object — The tags attached to the resource. A tag is a key-value pair.

## 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)
