Retrieve a custom provider
Retrieve a custom provider by its string provider ID. The provider API key is never returned.
Path parameters
provider_id
Custom provider string ID returned as id and provider_id in provider responses.
Headers
Authorization
Bearer token. Use Bearer YOUR_API_KEY for API key auth or Bearer <JWT> for dashboard auth.
Response
Provider details.
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
404
Not Found Error