List Providers
Get a list of all custom providers.
Headers
Authorization
Header authentication of the form Bearer <token>
Query parameters
before
Provider ID cursor for pagination. Returns providers that come before this provider ID in the specified sort order
after
Provider ID cursor for pagination. Returns providers that come after this provider ID in the specified sort order
limit
Maximum number of providers to return
order
Sort order for providers by creation time. 'asc' for oldest first, 'desc' for newest first
Allowed values:
order_by
Field to sort by
name
Filter providers by name
provider_type
Filter providers by type
Response
Successful Response
name
The name of the provider
provider_type
The type of the provider
provider_category
The category of the provider (base or byok)
Allowed values:
id
The id of the provider, lazily created by the database manager.
api_key
API key or secret key used for requests to the provider.
base_url
Base URL for the provider.
access_key
Access key used for requests to the provider.
region
Region used for requests to the provider.
api_version
API version used for requests to the provider.
updated_at
The last update timestamp of the provider.