---
title: "GET /marketplace-model/endpoints"
method: GET
path: "/marketplace-model/endpoints"
---

# GET /marketplace-model/endpoints

`GET /marketplace-model/endpoints`

Lists the endpoints for models from Amazon Bedrock Marketplace in your Amazon Web Services account.

## Query parameters

- `maxResults` integer
- `nextToken` string
- `modelSourceIdentifier` string

## Response `200`

Success

- ListMarketplaceModelEndpointsResponse
  - `marketplaceModelEndpoints` MarketplaceModelEndpointSummary[] — An array of endpoint summaries.
    - `endpointArn` string, required — The Amazon Resource Name (ARN) of the endpoint.
    - `modelSourceIdentifier` string, required — The ARN of the model from Amazon Bedrock Marketplace that is deployed on this endpoint.
    - `status` 'REGISTERED' | 'INCOMPATIBLE_ENDPOINT' — The overall status of the endpoint in Amazon Bedrock Marketplace.
    - `statusMessage` string — Additional information about the overall status, if available.
    - `createdAt` string, date-time, required — The timestamp when the endpoint was created.
    - `updatedAt` string, date-time, required — The timestamp when the endpoint was last updated.
  - `nextToken` string — The token for the next set of results. Use this token to get the next set of results.

## Other responses

- `480` — ResourceNotFoundException
- `481` — AccessDeniedException
- `482` — ValidationException
- `483` — InternalServerException
- `484` — 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)
