---
title: "GET /provisioned-model-throughputs"
method: GET
path: "/provisioned-model-throughputs"
---

# GET /provisioned-model-throughputs

`GET /provisioned-model-throughputs`

Lists the Provisioned Throughputs in the account. For more information, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/prov-throughput.html">Provisioned Throughput</a> in the <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html">Amazon Bedrock User Guide</a>.

## Query parameters

- `creationTimeAfter` string, date-time
- `creationTimeBefore` string, date-time
- `statusEquals` 'Creating' | 'InService' | 'Updating' | 'Failed'
- `modelArnEquals` string
- `nameContains` string
- `maxResults` integer
- `nextToken` string
- `sortBy` 'CreationTime'
- `sortOrder` 'Ascending' | 'Descending'

## Response `200`

Success

- ListProvisionedModelThroughputsResponse
  - `nextToken` string — If there are more results than the number you specified in the <code>maxResults</code> field, this value is returned. To see the next batch of results, include this value in the <code>nextToken</code> field in another list request.
  - `provisionedModelSummaries` ProvisionedModelSummary[] — A list of summaries, one for each Provisioned Throughput in the response.
    - `provisionedModelName` string, required — The name of the Provisioned Throughput.
    - `provisionedModelArn` string, required — The Amazon Resource Name (ARN) of the Provisioned Throughput.
    - `modelArn` string, required — The Amazon Resource Name (ARN) of the model associated with the Provisioned Throughput.
    - `desiredModelArn` string, required — The Amazon Resource Name (ARN) of the model requested to be associated to this Provisioned Throughput. This value differs from the <code>modelArn</code> if updating hasn't completed.
    - `foundationModelArn` string, required — The Amazon Resource Name (ARN) of the base model for which the Provisioned Throughput was created, or of the base model that the custom model for which the Provisioned Throughput was created was customized.
    - `modelUnits` integer, required — The number of model units allocated to the Provisioned Throughput.
    - `desiredModelUnits` integer, required — The number of model units that was requested to be allocated to the Provisioned Throughput.
    - `status` 'Creating' | 'InService' | 'Updating' | 'Failed', required — The status of the Provisioned Throughput.
    - `commitmentDuration` 'OneMonth' | 'SixMonths' — The duration for which the Provisioned Throughput was committed.
    - `commitmentExpirationTime` string, date-time — The timestamp for when the commitment term of the Provisioned Throughput expires.
    - `creationTime` string, date-time, required — The time that the Provisioned Throughput was created.
    - `lastModifiedTime` string, date-time, required — The time that the Provisioned Throughput was last modified.

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