| Server IP : 167.99.254.82 / Your IP : 216.73.216.188 Web Server : Apache System : Linux host.techisquad.com 5.15.0-190-generic #200-Ubuntu SMP Fri Aug 7 15:06:04 UTC 2026 x86_64 User : pawluxera ( 1011) PHP Version : 8.1.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /usr/share/doc/awscli/examples/iotanalytics/ |
Upload File : |
**To retrieve the contents of a dataset**
The following ``get-dataset-content`` example retrieves the contents of a dataset as presigned URIs. ::
aws iotanalytics get-dataset-content --dataset-name mydataset
Output::
{
"status": {
"state": "SUCCEEDED"
},
"timestamp": 1557863215.995,
"entries": [
{
"dataURI": "https://aws-radiant-dataset-12345678-1234-1234-1234-123456789012.s3.us-west-2.amazonaws.com/results/12345678-e8b3-46ba-b2dd-efe8d86cf385.csv?X-Amz-Security-Token=...-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20190628T173437Z&X-Amz-SignedHeaders=host&X-Amz-Expires=7200&X-Amz-Credential=...F20190628%2Fus-west-2%2Fs3%2Faws4_request&X-Amz-Signature=..."
}
]
}
For more information, see `GetDatasetContent <https://docs.aws.amazon.com/iotanalytics/latest/APIReference/API_GetDatasetContent.html>`__ in the *guide*.