---
title: "List adapters on an endpoint"
method: GET
path: "/endpoints/{endpointId}/adapters"
tags: ["Endpoints"]
---

# List adapters on an endpoint

`GET /endpoints/{endpointId}/adapters`

Returns all LoRA adapters bound to the specified dedicated endpoint.

## Response `200`

List of bound adapters

- object
  - `object` string
  - `data` object[]
    - `model_id` string — Combined endpoint:adapter identifier
    - `adapter_name` string
    - `endpoint_name` string

## Other responses

- `404` — Not Found — endpoint does not exist

---

[API](https://skmtc.net/together/apis/together-apis.md) · [All operations](https://skmtc.net/together/apis/together-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/together/together-apis/revisions/1fab430e87d6/schema)
