Skip to main content

Inventaire des Sources

Lists all data sources connected to the workspace with their status, configuration, and synchronization statistics.

Parameters

ParameterTypeRequiredVariableDescription
sourceTypetextNoNoFilter by data source type (e.g. airbyte, webhook, http_polling).
statustextNoNoFilter by source status (active, error, syncing).
includeStatsbooleanNoNoInclude detailed statistics (stream counts, sync counts). (Default: false)
includeEntitiesbooleanNoNoInclude ontology entities linked to the sources. (Default: false)
outputVariabletextNoNoOutput variable name containing the sources inventory.

Output

Output variable : sourcesResult

{
"sources": [],
"summary": {}
}

Example

Inventory active data sources.

Input :

{}

Output :

{"sources": [{"id": "src-1", "name": "CRM Salesforce", "type": "airbyte", "status": "active"}], "count": 1}
Tip

Useful for monitoring and audit workflows. Combine with a filter to keep only sources with errors.