---
title: "GET /runtimes/{agentRuntimeId}/runtime-endpoints/{endpointName}/"
method: GET
path: "/runtimes/{agentRuntimeId}/runtime-endpoints/{endpointName}/"
---

# GET /runtimes/{agentRuntimeId}/runtime-endpoints/{endpointName}/

`GET /runtimes/{agentRuntimeId}/runtime-endpoints/{endpointName}/`

Gets information about an Amazon Secure AgentEndpoint.

## Path parameters

- `agentRuntimeId` string, required
- `endpointName` string, password, required

## Response `200`

Success

- GetAgentRuntimeEndpointResponse
  - `liveVersion` string — The currently deployed version of the AgentCore Runtime on the endpoint.
  - `targetVersion` string — The target version of the AgentCore Runtime for the endpoint.
  - `agentRuntimeEndpointArn` string, required — The Amazon Resource Name (ARN) of the AgentCore Runtime endpoint.
  - `agentRuntimeArn` string, required — The Amazon Resource Name (ARN) of the AgentCore Runtime.
  - `description` string — The description of the AgentCore Runtime endpoint.
  - `status` 'CREATING' | 'CREATE_FAILED' | 'UPDATING' | 'UPDATE_FAILED' | 'READY' | 'DELETING', required — The current status of the AgentCore Runtime endpoint.
  - `createdAt` string, date-time, required — The timestamp when the AgentCore Runtime endpoint was created.
  - `lastUpdatedAt` string, date-time, required — The timestamp when the AgentCore Runtime endpoint was last updated.
  - `failureReason` string — The reason for failure if the AgentCore Runtime endpoint is in a failed state.
  - `name` string, password, required — The name of the AgentCore Runtime endpoint.
  - `id` string, required — The unique identifier of the AgentCore Runtime endpoint.

## Other responses

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

---

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