List custom providers
List custom providers for the authenticated organization.
Headers
Authorization
Bearer token. Use Bearer YOUR_API_KEY for API key auth or Bearer <JWT> for dashboard auth.
Response
List of custom providers.
id
Provider string ID. Same value as provider_id.
provider_id
Unique provider identifier within your organization.
provider_name
Human-readable provider name.
extra_kwargs
Provider configuration such as base_url and timeout values. Secret values are not returned here.
created_at
updated_at
Errors
401
Unauthorized Error