How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Soda Datasources API

The Datasources surface of the Soda Cloud v4 API — 18 operation(s) across 11 path(s).

Soda Datasources API is one of 16 APIs that Soda publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Data Sources. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 18 operations across 11 paths, and defines 39 schemas. It is described by OpenAPI 3.1.0, at version v1.

Requests are made against 2 base URLs: https://cloud.soda.io, https://cloud.us.soda.io.

18 operations 11 paths 39 schemas 2 DELETE7 GET9 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
v1
Base URL
https://cloud.soda.io
Authentication
HTTP Basic, API Key
Contact
Resource Areas
1

Authentication & Security 2

Soda Datasources API declares 2 security schemes for authenticating requests. It accepts HTTP basic authentication (basicAuthApiKey). An API key is passed in the cookie as token (cookieToken). By default, every request must be authenticated.

Paths & Operations 18

Across 11 paths, the API surfaces 18 operations — 2 DELETE, 7 GET, 9 POST. Each is listed below with its method, path, parameters, and response codes.

Datasources 18

Soda Cloud API Datasource Endpoints

GET
/api/v1/datasources
List datasources
GET/api/v1/datasources 3 params → 200400401403429500
POST
/api/v1/datasources
Create a datasource
POST/api/v1/datasources body → 200400401403429500
POST
/api/v1/datasources/actions/testConnection
Test datasource connection
POST/api/v1/datasources/actions/testConnection body → 202400401403429500
GET
/api/v1/datasources/actions/testConnection/{operationId}
Get status for async connection test
GET/api/v1/datasources/actions/testConnection/{operationId} 1 param → 200400401403404429500
GET
/api/v1/datasources/roles
List datasource roles
GET/api/v1/datasources/roles 2 params → 200400401403404429500
POST
/api/v1/datasources/roles
Create a datasource role
POST/api/v1/datasources/roles body → 200400401403429500
POST
/api/v1/datasources/roles/{roleId}
Update a datasource role
POST/api/v1/datasources/roles/{roleId} 1 param body → 200400401403404429500
DELETE
/api/v1/datasources/roles/{roleId}
Delete a datasource role
DELETE/api/v1/datasources/roles/{roleId} 1 param → 200400401403404429500
GET
/api/v1/datasources/{datasourceId}
Get a datasource
GET/api/v1/datasources/{datasourceId} 1 param → 200400401403404429500
POST
/api/v1/datasources/{datasourceId}
Update a datasource
POST/api/v1/datasources/{datasourceId} 1 param body → 200400401403404429500
DELETE
/api/v1/datasources/{datasourceId}
Delete a datasource
DELETE/api/v1/datasources/{datasourceId} 1 param → 200400401403404429500
GET
/api/v1/datasources/{datasourceId}/diagnosticsWarehouse
Get datasource diagnostics warehouse configuration
GET/api/v1/datasources/{datasourceId}/diagnosticsWarehouse 1 param → 200400401403404429500
POST
/api/v1/datasources/{datasourceId}/diagnosticsWarehouse
Update datasource diagnostics warehouse configuration
POST/api/v1/datasources/{datasourceId}/diagnosticsWarehouse 1 param body → 200400401403404429500
POST
/api/v1/datasources/{datasourceId}/discover
Trigger datasource discovery
POST/api/v1/datasources/{datasourceId}/discover 1 param → 201400401403404429500
POST
/api/v1/datasources/{datasourceId}/onboardDatasets
Onboard discovered datasets
POST/api/v1/datasources/{datasourceId}/onboardDatasets 1 param body → 202400401403404429500
GET
/api/v1/datasources/{datasourceId}/onboardDatasets/{operationId}
Get status for async dataset onboarding process
GET/api/v1/datasources/{datasourceId}/onboardDatasets/{operationId} 2 params → 200400401403404429500
GET
/api/v1/datasources/{datasourceId}/responsibilities
List datasource responsibilities
GET/api/v1/datasources/{datasourceId}/responsibilities 3 params → 200400401403404429500
POST
/api/v1/datasources/{datasourceId}/responsibilities
Update datasource responsibilities
POST/api/v1/datasources/{datasourceId}/responsibilities 1 param body → 201400401403404429500

Schemas 39

The contract defines 39 schemas that model the data the API accepts and returns. The most detailed are PublicApiListDatasourcesResponse (7 properties), PublicApiUpdateDatasourceDiagnosticsWarehouseRequestDTO_FailedRowsConfigurationRequestDTO (7 properties), PublicApiDatasourceDiagnosticsWarehouseResponse_FailedRowsConfigurationDTO (7 properties), PublicApiDatasourceRolesResponse (7 properties). Each schema is shown below with its type and property counts.

DatasourceResponsibilityContentDTO
object
5 properties 3 required
DatasourceResponsibilityContentRequestDTO
object
4 properties 2 required
DatasourceRoleContentDTO
object
7 properties 2 required
ErrorResponse
object
2 properties
FailedRowSamplesDTO
object
2 properties
FailedRowsCollectionStrategyDTO
object
4 properties 2 required
FailedRowsCollectionStrategyTypeDTO
string
PublicApiCreateDatasourceRequestDTO
object
3 properties 1 required
PublicApiCreateDatasourceResponse
object
2 properties
PublicApiCreateDatasourceRoleResponse
object
1 property 1 required
PublicApiDatasourceDTO
object
6 properties
PublicApiDatasourceDiagnosticsWarehouseResponse
object
5 properties
PublicApiDatasourceDiagnosticsWarehouseResponse_ActionButtonDTO
object
3 properties
PublicApiDatasourceDiagnosticsWarehouseResponse_FailedRowsConfigurationDTO
object
7 properties
PublicApiDatasourceDiagnosticsWarehouseResponse_ScanAndResultsConfigurationDTO
object
1 property
PublicApiDatasourceResponsibilitiesResponse
object
7 properties 7 required
PublicApiDatasourceRoleRequestDTO
object
6 properties 1 required
PublicApiDatasourceRolesResponse
object
7 properties 7 required
PublicApiDatasourceTypeDTO
string
PublicApiDeleteDatasourceResponse
object
1 property
PublicApiDeleteDatasourceRoleResponse
object
1 property 1 required
PublicApiGetDatasourceResponse
object
1 property
PublicApiListDatasourcesResponse
object
7 properties 7 required
PublicApiOnboardDatasetsRequestDTO
object
1 property 1 required
PublicApiOnboardDatasetsStatusResponse
object
5 properties 2 required
PublicApiOnboardingStateDTO
string
PublicApiTestConnectionRequestDTO
object
2 properties 2 required
PublicApiTestConnectionStateDTO
string
PublicApiTestConnectionStatusResponse
object
4 properties 2 required
PublicApiUpdateDatasourceDiagnosticsWarehouseRequestDTO
object
6 properties
PublicApiUpdateDatasourceDiagnosticsWarehouseRequestDTO_ActionButtonRequestDTO
object
3 properties
PublicApiUpdateDatasourceDiagnosticsWarehouseRequestDTO_FailedRowsConfigurationRequestDTO
object
7 properties
PublicApiUpdateDatasourceDiagnosticsWarehouseRequestDTO_ScanAndResultsConfigurationRequestDTO
object
1 property
PublicApiUpdateDatasourceRequestDTO
object
3 properties
PublicApiUpdateDatasourceResponse
object
1 property
PublicApiUpdateDatasourceResponsibilitiesRequestDTO
object
1 property 1 required
PublicApiUpdateDatasourceRoleResponse
object
1 property 1 required
ResponsibilityTypeDTO
string
ThresholdConditionDTO
string

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

soda-data-datasources-api-openapi.yml Raw ↑

Other APIs Soda publishes across the network.

Soda Cloud API v4
Soda Attributes API
Soda Checks API
Soda Contracts API
Soda Data Standards API
Soda Datasets API
Soda Discovered Datasets API
Soda Incidents API
Soda Licensing API
Soda Notification Rules API
Soda Runners API
Soda Scans API
Where this information came from

This is an independent, third-party profile of Soda Datasources API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.