v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1433170151.6 KB

Provides information on a specific data ingestion job such as creation time, dataset ARN, and status.

post/#X-Amz-Target=AWSLookoutEquipmentFrontendService.DescribeDataIngestionJob

Headers

X-Amz-Target'AWSLookoutEquipmentFrontendService.DescribeDataIngestionJob' required

Request body

JobIdstring required

The job ID of the data ingestion job.

Response

Success

JobIdstring

Indicates the job ID of the data ingestion job.

DatasetArnstring

The Amazon Resource Name (ARN) of the dataset being used in the data ingestion job.

RoleArnstring

The Amazon Resource Name (ARN) of an IAM role with permission to access the data source being ingested.

CreatedAtstring date-time

The time at which the data ingestion job was created.

Status'IN_PROGRESS' | 'SUCCESS' | 'FAILED'

Indicates the status of the <code>DataIngestionJob</code> operation.

FailedReasonstring

Specifies the reason for failure when a data ingestion job has failed.

StatusDetailstring

Provides details about status of the ingestion job that is currently in progress.

IngestedDataSizeinteger

Indicates the size of the ingested dataset.

DataStartTimestring date-time

Indicates the earliest timestamp corresponding to data that was successfully ingested during this specific ingestion job.

DataEndTimestring date-time

Indicates the latest timestamp corresponding to data that was successfully ingested during this specific ingestion job.