---
title: "List Inference Endpoints"
method: GET
path: "/organizations/{organization_name}/inference-endpoints"
tags: ["inference_endpoints"]
---

# List Inference Endpoints

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

Lists inference endpoints.

## Query parameters

- `page` integer — The page number.
- `page_size` integer — The maximum number of items per page.

## Response `200`

OK

- InferenceEndpointCollection — Represents a page from the collection of inference endpoints.
  - `items` InferenceEndpoint[], required — The list of inference endpoints.
    - `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
  - `page` integer, required — The page number.
  - `page_size` integer, required — The maximum number of items per page.
  - `total_size` integer, required — The total number of items in the collection.

## Other responses

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

---

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