---
title: "GET /harnesses/{harnessId}/endpoints"
method: GET
path: "/harnesses/{harnessId}/endpoints"
---

# GET /harnesses/{harnessId}/endpoints

`GET /harnesses/{harnessId}/endpoints`

Operation to list the endpoints of a harness.

## Path parameters

- `harnessId` string, required

## Query parameters

- `maxResults` integer
- `nextToken` string

## Response `200`

Success

- ListHarnessEndpointsResponse
  - `endpoints` HarnessEndpoint[], required — The list of harness endpoints.
    - `harnessId` string, required — The ID of the harness that the endpoint belongs to.
    - `harnessName` string, required — The name of the harness that the endpoint belongs to.
    - `endpointName` string, required — The name of the endpoint.
    - `arn` string, required — The ARN of the endpoint.
    - `status` 'CREATING' | 'CREATE_FAILED' | 'UPDATING' | 'UPDATE_FAILED' | 'READY' | 'DELETING' | 'DELETE_FAILED', required — The status of the endpoint.
    - `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.
    - `liveVersion` string — The harness version that the endpoint is currently serving.
    - `targetVersion` string — The harness version that the endpoint points to. While an update is in progress, this can differ from the live version until the endpoint finishes transitioning.
    - `description` string — The description of the endpoint.
    - `failureReason` string — The reason the endpoint's last create or update operation failed.
  - `nextToken` string — The token for the next set of results.

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