v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1473397365.8 KB

Retrieves information about a time series (data stream).

To identify a time series, do one of the following:

  • If the time series isn't associated with an asset property, specify the alias of the time series.

  • If the time series is associated with an asset property, specify one of the following:

    • The alias of the time series.

    • The assetId and propertyId that identifies the asset property.

get/timeseries/describe/

Query parameters

aliasstring

The alias that identifies the time series.

assetIdstring

The ID of the asset in which the asset property was created.

propertyIdstring

The ID of the asset property.

Response

Success

assetIdstring

The ID of the asset in which the asset property was created.

propertyIdstring

The ID of the asset property.

aliasstring

The alias that identifies the time series.

timeSeriesIdstring required

The ID of the time series.

dataType'STRING' | 'INTEGER' | 'DOUBLE' | 'BOOLEAN' | 'STRUCT' required
<p>The data type of the time series.</p> <p>If you specify <code>STRUCT</code>, you must also specify <code>dataTypeSpec</code> to identify the type of the structure for this time series.</p>
dataTypeSpecstring
<p>The data type of the structure for this time series. This parameter is required for time series that have the <code>STRUCT</code> data type.</p> <p>The options for this parameter depend on the type of the composite model in which you created the asset property that is associated with your time series. Use <code>AWS/ALARM_STATE</code> for alarm state in alarm composite models.</p>
timeSeriesCreationDatestring date-time required

The date that the time series was created, in Unix epoch time.

timeSeriesLastUpdateDatestring date-time required

The date that the time series was last updated, in Unix epoch time.

timeSeriesArnstring required
<p>The <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">ARN</a> of the time series, which has the following format.</p> <p> <code>arn:${Partition}:iotsitewise:${Region}:${Account}:time-series/${TimeSeriesId}</code> </p>