List data sources
layerz_list_integrationsList every data source feeding a model: API connectors (Qonto, Pennylane, Stripe, Airtable, Metabase) AND file imports (kind csv | fec — a staged upload from the web wizard or layerz_import_branch { file_id }). Each row carries kind, display_name, branch_ids (the branches it feeds), sync status and last_synced_at. A row with legacy_import_id set is a materialized pre-staging import: it owns input rows in the model but staged no transactions — layerz_list_transactions derives its detail from those rows, and layerz_delete_integration purges its values. Never returns stored credentials. Browse a source's staged rows with layerz_list_transactions; mutate it with layerz_manage_integration (a file source supports sync/update/rebind too — its sync replays the projection over the staged rows) or disconnect it with layerz_delete_integration. Connect a new API key from the web app.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model_id | No | Target model UUID. Required for user-scoped API keys; ignored (or validated against scope) for model-scoped keys. |