The DescribeTableDataImportJob API allows you to retrieve the status and details of a table data import job.
get/workbooks/{workbookId}/tables/{tableId}/import/{jobId}
Path parameters
workbookIdstring required
<p>The ID of the workbook into which data was imported.</p> <p> If a workbook with the specified id could not be found, this API throws ResourceNotFoundException. </p>
tableIdstring required
<p>The ID of the table into which data was imported.</p> <p> If a table with the specified id could not be found, this API throws ResourceNotFoundException. </p>
jobIdstring required
<p>The ID of the job that was returned by the StartTableDataImportJob request.</p> <p> If a job with the specified id could not be found, this API throws ResourceNotFoundException. </p>
Response
Success