v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-141911787.0 KB

Provides a list of batch load tasks, along with the name, status, when the task is resumable until, and other details. See <a href="https://docs.aws.amazon.com/timestream/latest/developerguide/code-samples.list-batch-load-tasks.html">code sample</a> for details.

post/#X-Amz-Target=Timestream_20181101.ListBatchLoadTasks

Query parameters

MaxResultsstring

Pagination limit

NextTokenstring

Pagination token

Headers

X-Amz-Target'Timestream_20181101.ListBatchLoadTasks' required

Request body

NextTokenstring

A token to specify where to start paginating. This is the NextToken from a previously truncated response.

MaxResultsinteger

The total number of items to return in the output. If the total number of items available is more than the value specified, a NextToken is provided in the output. To resume pagination, provide the NextToken value as argument of a subsequent API invocation.

TaskStatus'CREATED' | 'IN_PROGRESS' | 'FAILED' | 'SUCCEEDED' | 'PROGRESS_STOPPED' | 'PENDING_RESUME'

Status of the batch load task.

Response

Success

NextTokenstring

A token to specify where to start paginating. Provide the next ListBatchLoadTasksRequest.