---
title: "GET /v1/orgs/{orgId}/byo-provider"
method: GET
path: "/v1/orgs/{orgId}/byo-provider"
tags: ["ByoProvider"]
---

# GET /v1/orgs/{orgId}/byo-provider

`GET /v1/orgs/{orgId}/byo-provider`

Returns the organization's own LLM provider configuration. The credential is never included, not even masked.

## Path parameters

- `orgId` string, uuid, required

## Headers

- `Authorization` string

## Response `200`

Default Response

- object
  - `links` object, required
    - `self` string, uri, required
  - `data` object, required
    - `id` string, uuid, required
    - `type` 'byo-provider', required
    - `attributes` object, required
      - `baseUrl` string, required
      - `enabledModels` string[], required
      - `tierModels` object, required
        - `high` string, nullable, required
        - `medium` string, nullable, required
        - `low` string, nullable, required
      - `enabled` boolean, required
      - `orgSlug` string, required — Immutable organization slug used as the prefix for composed gateway model names.
      - `updatedAt` string, date-time, required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

## Changes

- **2026-09-15** `d50a02b79ad3` — 2 info
  - added the optional property `error/code` to the response with the `403` status
  - added the optional property `error/url` to the response with the `403` status
- **2026-08-14** `97cba54605fd` — 1 breaking, 1 info
  - removed the required property `data/attributes/featureDefaultModels` from the response with the `200` status
  - added the required property `data/attributes/tierModels` to the response with the `200` status
- **2026-08-11** `09211715bc70` — 1 info
  - added the required property `data/attributes/orgSlug` to the response with the `200` status
- **2026-08-06** `0aeb92efe27a` — 1 info
  - added the optional property `data/attributes/featureDefaultModels/cloud-run-solver` to the response with the `200` status
- **2026-08-05** `f20773fd2d5d` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/tessl/apis/tessl-api/changes/v1/orgs/:orgId/byo-provider/get.md)

---

[API](https://skmtc.dev/tessl/apis/tessl-api.md) · [All operations](https://skmtc.dev/tessl/apis/tessl-api/llms.txt) · [OpenAPI document](https://skmtc.dev/tessl/apis/tessl-api/revisions/288d28ba107c?raw)
