Get a datasource
GET/api/v1/datasources/{id}
Returns redacted profile metadata and capability flags after VIEW permission. Stored security values are never rehydrated in the response.
Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”Datasource identifier.
Responses
Section titled “Responses”Datasource returned
Redacted managed datasource profile and permission-aware capabilities.
object
Whether the current identity may edit this profile.
Whether the current identity may bind this profile to a job.
Whether the current identity may view this profile.
Role-specific connector capabilities used to validate job bindings.
object
Whether the connector requires jobs=1.
Whether the connector can receive sink rows.
Whether the connector can provide source rows.
Whether source.query is supported.
Registered connector wire name.
Creation timestamp in UTC.
Datasource identifier.
Datasource display name.
Credential-redacted connection display suitable for the UI.
Whether encrypted security material is configured, without exposing it.
Non-secret connector settings.
object
Non-secret connector settings.
Last update timestamp in UTC.
Authentication is required or credentials are invalid.
RFC 7807 problem response. Dynamic detail text is credential-redacted.
object
The authenticated identity lacks the required permission.
RFC 7807 problem response. Dynamic detail text is credential-redacted.
object
The requested resource does not exist or is not visible.
RFC 7807 problem response. Dynamic detail text is credential-redacted.