Skip to main content
GET
Get an LLM provider

Authorizations

Authorization
string
header
required

JWT tokens should be used with OIDC account (human to machine). JWT tokens used by the Qovery console to communicate with the API have a TTL. Curl Example ' curl https://console.qovery.com/organization -H "Authorization: Bearer $qovery_token" '

Path Parameters

llmProviderId
string<uuid>
required

LLM Provider ID

Response

The LLM provider

id
string<uuid>
required
read-only
created_at
string<date-time>
required
read-only
updated_at
string<date-time>
required
read-only
name
string
required
description
string
required
type
enum<string>
required

The LLM vendor this provider authenticates against. Matches the type an agentic workflow's inline model already uses.

Available options:
CLAUDE,
BEDROCK
has_credential
boolean
required

Whether a credential is stored. The credential itself is never returned.

scope
enum<string>
required

ORGANIZATION: usable by every member who can edit an agentic workflow. USER: personal to the member who created it; only that member can edit it.

Available options:
ORGANIZATION,
USER
owner_user_sub
string | null

Identity of the owning member. Null for an ORGANIZATION provider.

owner_name
string | null

Display name of the owning member. Null for an ORGANIZATION provider.