View a markdown version of this page

GetIngestionJob - Amazon Bedrock

GetIngestionJob

Gets information about a data ingestion job. Data sources are ingested into your knowledge base so that Large Language Models (LLMs) can use your data.

Request Syntax

GET /knowledgebases/knowledgeBaseId/datasources/dataSourceId/ingestionjobs/ingestionJobId HTTP/1.1

URI Request Parameters

The request uses the following URI parameters.

dataSourceId

The unique identifier of the data source for the data ingestion job you want to get information on.

Pattern: [0-9a-zA-Z]{10}

Required: Yes

ingestionJobId

The unique identifier of the data ingestion job you want to get information on.

Pattern: [0-9a-zA-Z]{10}

Required: Yes

knowledgeBaseId

The unique identifier of the knowledge base for the data ingestion job you want to get information on.

Pattern: [0-9a-zA-Z]{10}

Required: Yes

Request Body

The request does not have a request body.

Response Syntax

HTTP/1.1 200 Content-type: application/json { "ingestionJob": { "dataSourceId": "string", "description": "string", "failureReasons": [ "string" ], "