Retrieve a custom provider

Retrieve a custom provider by its string provider ID. The provider API key is never returned.

Path parameters

provider_idstringRequired

Custom provider string ID returned as id and provider_id in provider responses.

Headers

AuthorizationstringRequired

Bearer token. Use Bearer YOUR_API_KEY for API key auth or Bearer <JWT> for dashboard auth.

Response

Provider details.
idstring

Provider string ID. Same value as provider_id.

provider_idstring
Unique provider identifier within your organization.
provider_namestring

Human-readable provider name.

extra_kwargsmap from strings to any

Provider configuration such as base_url and timeout values. Secret values are not returned here.

created_atdatetime or null
updated_atdatetime or null

Errors

401
Unauthorized Error
404
Not Found Error