Skip to content

/AWS1/CL_BDA=>LISTINGESTIONJOBS()

About ListIngestionJobs

Lists the ingestion jobs for a data source and information about each of them.

Method Signature

IMPORTING

Required arguments:

IV_KNOWLEDGEBASEID TYPE /AWS1/BDAID /AWS1/BDAID

The unique identifier of the knowledge base for which to return ingestion jobs.

IV_DATASOURCEID TYPE /AWS1/BDAID /AWS1/BDAID

The unique identifier of the data source for which to return ingestion jobs.

Optional arguments:

IT_FILTERS TYPE /AWS1/CL_BDAINGESTIONJOBFILTER=>TT_INGESTIONJOBFILTERS TT_INGESTIONJOBFILTERS

Contains a definition of a filter for which to filter the results.

IO_SORTBY TYPE REF TO /AWS1/CL_BDAINGESTIONJOBSORTBY /AWS1/CL_BDAINGESTIONJOBSORTBY

Contains details about how to sort the results.

IV_MAXRESULTS TYPE /AWS1/BDAMAXRESULTS /AWS1/BDAMAXRESULTS

The maximum number of results to return in the response. If the total number of results is greater than this value, use the token returned in the response in the nextToken field when making another request to return the next batch of results.

IV_NEXTTOKEN TYPE /AWS1/BDANEXTTOKEN /AWS1/BDANEXTTOKEN

If the total number of results is greater than the maxResults value provided in the request, enter the token returned in the nextToken field in the response in this field to return the next batch of results.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_BDALSTINGESTIONJOBS01 /AWS1/CL_BDALSTINGESTIONJOBS01