---
title: "GET /listDICOMImportJobs/datastore/{datastoreId}"
method: GET
path: "/listDICOMImportJobs/datastore/{datastoreId}"
---

# GET /listDICOMImportJobs/datastore/{datastoreId}

`GET /listDICOMImportJobs/datastore/{datastoreId}`

List import jobs created for a specific data store.

## Path parameters

- `datastoreId` string, required

## Query parameters

- `jobStatus` 'SUBMITTED' | 'IN_PROGRESS' | 'COMPLETED' | 'FAILED'
- `nextToken` string
- `maxResults` integer

## Response `200`

Success

- ListDICOMImportJobsResponse
  - `jobSummaries` DICOMImportJobSummary[], required — A list of job summaries.
    - `jobId` string, required — The import job identifier.
    - `jobName` string, required — The import job name.
    - `jobStatus` 'SUBMITTED' | 'IN_PROGRESS' | 'COMPLETED' | 'FAILED', required — The filters for listing import jobs based on status.
    - `datastoreId` string, required — The data store identifier.
    - `dataAccessRoleArn` string — The Amazon Resource Name (ARN) that grants permissions to access medical imaging resources.
    - `endedAt` string, date-time — The timestamp when an import job ended.
    - `submittedAt` string, date-time — The timestamp when an import job was submitted.
    - `message` string — The error message thrown if an import job fails.
  - `nextToken` string — The pagination token used to retrieve the list of import jobs on the next page.

## Other responses

- `480` — ThrottlingException
- `481` — ConflictException
- `482` — AccessDeniedException
- `483` — ValidationException
- `484` — InternalServerException
- `485` — ResourceNotFoundException

---

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