---
title: "GET /properties/latest"
method: GET
path: "/properties/latest"
---

# GET /properties/latest

`GET /properties/latest`

Gets an asset property's current value. For more information, see [Querying current values](https://docs.aws.amazon.com/iot-sitewise/latest/userguide/query-industrial-data.html#current-values) in the _IoT SiteWise User Guide_.

To identify an asset property, you must specify one of the following:

*   The `assetId` and `propertyId` of an asset property.
    
*   A `propertyAlias`, which is a data stream alias (for example, `/company/windfarm/3/turbine/7/temperature`). To define an asset property's alias, see [UpdateAssetProperty](https://docs.aws.amazon.com/iot-sitewise/latest/APIReference/API_UpdateAssetProperty.html).

## Query parameters

- `assetId` string
- `propertyId` string
- `propertyAlias` string

## Response `200`

Success

- GetAssetPropertyValueResponse
  - `propertyValue` object — The current asset property value.
    - `value` object, required — The value of the asset property (see <code>Variant</code>).
      - `stringValue` string — Asset property data of type string (sequence of characters).
      - `integerValue` integer — Asset property data of type integer (whole number).
      - `doubleValue` number, double — Asset property data of type double (floating point number).
      - `booleanValue` boolean — Asset property data of type Boolean (true or false).
    - `timestamp` object, required — The timestamp of the asset property value.
      - `timeInSeconds` integer, required — The timestamp date, in seconds, in the Unix epoch format. Fractional nanosecond data is provided by <code>offsetInNanos</code>.
      - `offsetInNanos` integer — The nanosecond offset from <code>timeInSeconds</code>.
    - `quality` 'GOOD' | 'BAD' | 'UNCERTAIN' — The quality of the asset property value.

## Other responses

- `480` — InvalidRequestException
- `481` — ResourceNotFoundException
- `482` — InternalFailureException
- `483` — ThrottlingException
- `484` — ServiceUnavailableException

---

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