List dataflow executions or table statistics
GET/datasources/:datasource_id/dataflows/:id/executions
Returns execution history for a dataflow, or JDBC table statistics when request_type is set. The caller (identified by role_id) must have at least read/view permission on the datasource (else AUTH-1012). Supports JDBC Bulkload, JDBC Advanced Load, SaaS, and ArcGIS. Not supported for Streams (no handler branch). JDBC list history is full-load only; CDC Bulkload can still use request_type stats modes.
Request
Responses
- 200
- 400
- 500
Shape depends on type and query params. Default JDBC/ArcGIS list: {dataflowExecutions}. JDBC with limit/offset/sort*: also next_available (yes|no), count, total_count — last page when next_available is no. JDBC dataflow_start_time: bare run object. SaaS: Message, FlowRuns, next_available, optional FlowRunsToken. getStats: DataflowStats, Message, optional DataflowStatsMarker and next_available. downloadStats: {url}. getLatestStats (Bulkload): Message only.
Response Headers
Validation or authorization failure. Body is {"Message": " -
Response Headers
Backend failure. Body is {"Message": " -