read_data_source_runs
List data source runs for the authenticated application, latest first. Optionally filter by data source ID or run status. Returns the latest runs (default 5) and the total matching count. Use this to track the progress of a run triggered via run_data_source.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| status | No | Filter runs by status: 'started', 'succeeded', 'aborted', 'timeout', or 'cancelled'. Returns all when omitted. | |
| data_source_id | No | Filter runs by data source UUID. Returns all runs when omitted. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||