v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14137150.1 KB

Lists all FHIR import jobs associated with an account and their statuses.

post/#X-Amz-Target=HealthLake.ListFHIRImportJobs

Query parameters

MaxResultsstring

Pagination limit

NextTokenstring

Pagination token

Headers

X-Amz-Target'HealthLake.ListFHIRImportJobs' required

Request body

DatastoreIdstring required

This parameter limits the response to the import job with the specified Data Store ID.

NextTokenstring

A pagination token used to identify the next page of results to return for a ListFHIRImportJobs query.

MaxResultsinteger

This parameter limits the number of results returned for a ListFHIRImportJobs to a maximum quantity specified by the user.

JobNamestring

This parameter limits the response to the import job with the specified job name.

JobStatus'SUBMITTED' | 'IN_PROGRESS' | 'COMPLETED_WITH_ERRORS' | 'COMPLETED' | 'FAILED'

This parameter limits the response to the import job with the specified job status.

SubmittedBeforestring date-time

This parameter limits the response to FHIR import jobs submitted before a user specified date.

SubmittedAfterstring date-time

This parameter limits the response to FHIR import jobs submitted after a user specified date.

Response

Success

NextTokenstring

A pagination token used to identify the next page of results to return for a ListFHIRImportJobs query.