Skip to content

/AWS1/CL_S3C=>LISTJOBS()

About ListJobs

Lists current S3 Batch Operations jobs as well as the jobs that have ended within the last 90 days for the Amazon Web Services account making the request. For more information, see S3 Batch Operations in the Amazon S3 User Guide.

Permissions

To use the ListJobs operation, you must have permission to perform the s3:ListJobs action.

Related actions include:

Method Signature

IMPORTING

Required arguments:

IV_ACCOUNTID TYPE /AWS1/S3CACCOUNTID /AWS1/S3CACCOUNTID

The Amazon Web Services account ID associated with the S3 Batch Operations job.

Optional arguments:

IT_JOBSTATUSES TYPE /AWS1/CL_S3CJOBSTATUSLIST_W=>TT_JOBSTATUSLIST TT_JOBSTATUSLIST

The List Jobs request returns jobs that match the statuses listed in this element.

IV_NEXTTOKEN TYPE /AWS1/S3CSTRINGFORNEXTTOKEN /AWS1/S3CSTRINGFORNEXTTOKEN

A pagination token to request the next page of results. Use the token that Amazon S3 returned in the NextToken element of the ListJobsResult from the previous List Jobs request.

IV_MAXRESULTS TYPE /AWS1/S3CMAXRESULTS /AWS1/S3CMAXRESULTS

The maximum number of jobs that Amazon S3 will include in the List Jobs response. If there are more jobs than this number, the response will include a pagination token in the NextToken field to enable you to retrieve the next page of results.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_S3CLISTJOBSRESULT /AWS1/CL_S3CLISTJOBSRESULT