List bulk import jobs (Amazon CLI) - Amazon IoT SiteWise
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

List bulk import jobs (Amazon CLI)

Use the ListBulkImportJobs API operation to retrieve a paginated list of summaries of all bulk import jobs. The following example uses Amazon CLI.

aws iotsitewise list-bulk-import-jobs --filter COMPLETED
Example response
{ "jobSummaries":[ { "id":"bdbbfa52-d775-4952-b816-13ba1c7cb9da", "name":"myBulkImportJob", "status":"COMPLETED" }, { "id":"15ffc641-dbd8-40c6-9983-5cb3b0bc3e6b", "name":"myBulkImportJob2", "status":"RUNNING" } ] }