List Providers

Get a list of all custom providers in the database

Headers

AuthorizationstringRequired

Header authentication of the form Bearer <token>

Query parameters

namestringOptional
provider_typeenumOptional
afterstringOptional
limitintegerOptionalDefaults to 50

Response

Successful Response

namestring

The name of the provider

provider_typeenum

The type of the provider

provider_categoryenum

The category of the provider (base or byok)

Allowed values:
idstringOptional

The id of the provider, lazily created by the database manager.

api_keystringOptional

API key used for requests to the provider.

base_urlstringOptional

Base URL for the provider.

updated_atstringOptionalformat: "date-time"

The last update timestamp of the provider.