---
title: "GET /foundation-model-availability/{modelId}"
method: GET
path: "/foundation-model-availability/{modelId}"
---

# GET /foundation-model-availability/{modelId}

`GET /foundation-model-availability/{modelId}`

Get information about the Foundation model availability.

## Path parameters

- `modelId` string, required

## Response `200`

Success

- GetFoundationModelAvailabilityResponse
  - `modelId` string, required — The model Id of the foundation model.
  - `agreementAvailability` object, required — Agreement availability.
    - `status` 'AVAILABLE' | 'PENDING' | 'NOT_AVAILABLE' | 'ERROR', required — Status of the agreement.
    - `errorMessage` string — Error message.
  - `authorizationStatus` 'AUTHORIZED' | 'NOT_AUTHORIZED', required — Authorization status.
  - `entitlementAvailability` 'AVAILABLE' | 'NOT_AVAILABLE', required — Entitlement availability.
  - `regionAvailability` 'AVAILABLE' | 'NOT_AVAILABLE', required — Region availability.

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