---
title: "GET /model-customization-jobs"
method: GET
path: "/model-customization-jobs"
---

# GET /model-customization-jobs

`GET /model-customization-jobs`

Returns a list of model customization jobs that you have submitted. You can filter the jobs to return based on one or more criteria.

For more information, see [Custom models](https://docs.aws.amazon.com/bedrock/latest/userguide/custom-models.html) in the [Amazon Bedrock User Guide](https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html).

## Query parameters

- `creationTimeAfter` string, date-time
- `creationTimeBefore` string, date-time
- `statusEquals` 'InProgress' | 'Completed' | 'Failed' | 'Stopping' | 'Stopped'
- `nameContains` string
- `maxResults` integer
- `nextToken` string
- `sortBy` 'CreationTime'
- `sortOrder` 'Ascending' | 'Descending'

## Response `200`

Success

- ListModelCustomizationJobsResponse
  - `nextToken` string — If the total number of results is greater than the <code>maxResults</code> value provided in the request, use this token when making another request in the <code>nextToken</code> field to return the next batch of results.
  - `modelCustomizationJobSummaries` ModelCustomizationJobSummary[] — Job summaries.
    - `jobArn` string, required — Amazon Resource Name (ARN) of the customization job.
    - `baseModelArn` string, required — Amazon Resource Name (ARN) of the base model.
    - `jobName` string, required — Name of the customization job.
    - `status` 'InProgress' | 'Completed' | 'Failed' | 'Stopping' | 'Stopped', required — Status of the customization job.
    - `statusDetails` object — Details about the status of the data processing sub-task of the job.
      - `validationDetails` object — The status details for the validation sub-task of the job.
        - `status` 'InProgress' | 'Completed' | 'Stopping' | 'Stopped' | 'Failed' | 'NotStarted' — The status of the validation sub-task of the job.
        - `creationTime` string, date-time — The start time of the validation sub-task of the job.
        - `lastModifiedTime` string, date-time — The latest update to the validation sub-task of the job.
      - `dataProcessingDetails` object — The status details for the data processing sub-task of the job.
        - `status` 'InProgress' | 'Completed' | 'Stopping' | 'Stopped' | 'Failed' | 'NotStarted' — The status of the data processing sub-task of the job.
        - `creationTime` string, date-time — The start time of the data processing sub-task of the job.
        - `lastModifiedTime` string, date-time — The latest update to the data processing sub-task of the job.
      - `trainingDetails` object — The status details for the training sub-task of the job.
        - `status` 'InProgress' | 'Completed' | 'Stopping' | 'Stopped' | 'Failed' | 'NotStarted' — The status of the training sub-task of the job.
        - `creationTime` string, date-time — The start time of the training sub-task of the job.
        - `lastModifiedTime` string, date-time — The latest update to the training sub-task of the job.
    - `lastModifiedTime` string, date-time — Time that the customization job was last modified.
    - `creationTime` string, date-time, required — Creation time of the custom model.
    - `endTime` string, date-time — Time that the customization job ended.
    - `customModelArn` string — Amazon Resource Name (ARN) of the custom model.
    - `customModelName` string — Name of the custom model.
    - `customizationType` 'FINE_TUNING' | 'CONTINUED_PRE_TRAINING' | 'DISTILLATION' | 'REINFORCEMENT_FINE_TUNING' | 'IMPORTED' — Specifies whether to carry out continued pre-training of a model or whether to fine-tune it. For more information, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/custom-models.html">Custom models</a>.

## Other responses

- `480` — AccessDeniedException
- `481` — ValidationException
- `482` — InternalServerException
- `483` — ThrottlingException

---

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