Get source details
Get configuration schema and details for a specific PyAirbyte source connector.
Documentation Index
Fetch the complete documentation index at: https://docs.nx1cloud.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
PyAirbyte source identifier.
Response
Source connector details.
Metadata for a single available PyAirbyte source connector.
Source identifier. For example, source-github.
PyPI package name. For example, airbyte-source-github.
Human-readable source name.
Category grouping. For example, Engineering or CRM).
Pinned PyPI package version. For example, 2.3.3. If None, latest is installed.
Brief description of the source.
Configuration fields required by this source.
Template mapping flat form values to the nested config shape the connector expects. Uses {{field_name}} placeholders. If None, flat config is passed through as-is.