---
title: "GET /advanced-prompt-optimization-jobs"
method: GET
path: "/advanced-prompt-optimization-jobs"
---

# GET /advanced-prompt-optimization-jobs

`GET /advanced-prompt-optimization-jobs`

Lists the advanced prompt optimization jobs in your account.

## Query parameters

- `maxResults` integer
- `nextToken` string
- `sortBy` 'CreationTime'
- `sortOrder` 'Ascending' | 'Descending'

## Response `200`

Success

- ListAdvancedPromptOptimizationJobsResponse — List Advanced Prompt Optimization Jobs Response
  - `jobSummaries` AdvancedPromptOptimizationJobSummary[] — A list of advanced prompt optimization job summaries.
    - `jobArn` string, required — The Amazon Resource Name (ARN) of the job.
    - `jobName` string, required — The name of the job.
    - `jobStatus` 'InProgress' | 'Completed' | 'Failed' | 'PartiallyCompleted' | 'Stopping' | 'Stopped' | 'Deleting', required — The status of the job.
    - `creationTime` string, date-time, required — The time at which the job was created.
    - `lastModifiedTime` string, date-time — The time at which the job was last modified.
  - `nextToken` string — If the total number of results is greater than the <code>maxResults</code> value provided in the request, use this token in a subsequent request to get the next set of results.

## 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)
