list_sources
Retrieve connected billing systems like Stripe or Recurly from ChartMogul to filter subscription data operations and manage customer metrics.
Instructions
[ChartMogul API] List data sources (billing systems connected to ChartMogul like Stripe, Recurly, Custom API). Returns array of data source objects with: uuid (string: data source UUID with ds_ prefix), name (string), created_at (ISO 8601 datetime), status (string), system (string: billing system type). FILTERS: name (string: exact match), system (string: billing system type like "Stripe", "Recurly", "Custom" - case-sensitive). Use data_source_uuid from results to filter other endpoints. Example: system="Stripe" or name="My Custom Source"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| system | No |