Get a provider profile by ID

Returns a single LLM provider profile by its ID, regardless of GBAC. Also indicates whether the current user has GBAC read access to the profile.

Authentication

AuthorizationBasic

Basic authentication of the form Basic <base64(username:password)>.

Path parameters

profileIdstringRequiredformat: "uuid"

Provider Profile id (UUID).

Response

The provider profile and whether the current user has access

Errors

500
Internal Server Error