Lists the data ingestion jobs for a data source
Source:R/bedrockagent_operations.R
bedrockagent_list_ingestion_jobs.RdLists the data ingestion jobs for a data source. The list also includes information about each job.
See https://www.paws-r-sdk.com/docs/bedrockagent_list_ingestion_jobs/ for full documentation.
Usage
bedrockagent_list_ingestion_jobs(
knowledgeBaseId,
dataSourceId,
filters = NULL,
sortBy = NULL,
maxResults = NULL,
nextToken = NULL
)Arguments
- knowledgeBaseId
[required] The unique identifier of the knowledge base for the list of data ingestion jobs.
- dataSourceId
[required] The unique identifier of the data source for the list of data ingestion jobs.
- filters
Contains information about the filters for filtering the data.
- sortBy
Contains details about how to sort the data.
- maxResults
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
nextTokenfield when making another request to return the next batch of results.- nextToken
If the total number of results is greater than the
maxResultsvalue provided in the request, enter the token returned in thenextTokenfield in the response in this field to return the next batch of results.