---
title: "Get an Inference Endpoint"
method: GET
path: "/organizations/{organization_name}/inference-endpoints/{inference_endpoint_name}"
tags: ["inference_endpoints"]
---

# Get an Inference Endpoint

`GET /organizations/{organization_name}/inference-endpoints/{inference_endpoint_name}`

Gets an inference endpoint.

## Response `200`

OK

- InferenceEndpoint — Represents an inference endpoint
  - `description` string, required — The detailed description of the resource.
  - `display_name` string, required — The display-friendly name of the resource.
  - `icon_url` string, url, required — The URL of the icon image
  - `id` string, uuid, required — The inference endpoint identifier.
  - `input_schema` string, required — The input schema
  - `name` string, required — The inference endpoint name.
  - `organization_name` string, required — The organization name.
  - `output_schema` string, required — The output schema
  - `price_description` string, required — A description of the price
  - `readme` string, required — A markdown file containing a detailed description of the inference endpoint

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `429` — Too Many Requests
- `default` — Unknown Error

---

[API](https://skmtc.dev/salad/apis/saladcloud-api.md) · [All operations](https://skmtc.dev/salad/apis/saladcloud-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/salad/saladcloud-api/revisions/6ee34c3732f3/schema)
