---
title: "GET /knowledgeBases/{knowledgeBaseId}/importJobs"
method: GET
path: "/knowledgeBases/{knowledgeBaseId}/importJobs"
---

# GET /knowledgeBases/{knowledgeBaseId}/importJobs

`GET /knowledgeBases/{knowledgeBaseId}/importJobs`

Lists information about import jobs.

## Path parameters

- `knowledgeBaseId` string, required

## Query parameters

- `maxResults` integer
- `nextToken` string

## Response `200`

Success

- ListImportJobsResponse
  - `importJobSummaries` ImportJobSummary[], required — Summary information about the import jobs.
    - `createdTime` string, date-time, required — The timestamp when the import job was created.
    - `externalSourceConfiguration` object — The configuration information of the external source that the resource data are imported from.
      - `configuration` object, required — The configuration information of the external data source.
        - `connectConfiguration` object — The configuration information of the Amazon Connect data source.
          - `instanceId` string — The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
      - `source` 'AMAZON_CONNECT', required — The type of the external data source.
    - `importJobId` string, required — The identifier of the import job.
    - `importJobType` 'QUICK_RESPONSES', required — The type of import job.
    - `knowledgeBaseArn` string, required — The Amazon Resource Name (ARN) of the knowledge base.
    - `knowledgeBaseId` string, required — The identifier of the knowledge base. This should not be a QUICK_RESPONSES type knowledge base if you're storing Wisdom Content resource to it.
    - `lastModifiedTime` string, date-time, required — The timestamp when the import job was last modified.
    - `metadata` object — The metadata fields of the imported Wisdom resources.
    - `status` 'START_IN_PROGRESS' | 'FAILED' | 'COMPLETE' | 'DELETE_IN_PROGRESS' | 'DELETE_FAILED' | 'DELETED', required — The status of the import job.
    - `uploadId` string, required — A pointer to the uploaded asset. This value is returned by <a href="https://docs.aws.amazon.com/wisdom/latest/APIReference/API_StartContentUpload.html">StartContentUpload</a>.
  - `nextToken` string — The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.

## Other responses

- `480` — ValidationException
- `481` — AccessDeniedException

---

[API](https://skmtc.net/aws/apis/wisdom.md) · [All operations](https://skmtc.net/aws/apis/wisdom/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/wisdom/versions/4a596e60c7d1/schema)
