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:
idstring or null
The id of the provider, lazily created by the database manager.
api_keystring or null
API key or secret key used for requests to the provider.
base_urlstring or null
Base URL for the provider.
access_keystring or null
Access key used for requests to the provider.
regionstring or null
Region used for requests to the provider.
updated_atstring or nullformat: "date-time"
The last update timestamp of the provider.