Forum Discussion
dmiller
4 years agoFormer Employee
There is no one Snap that will do this, but you can use the public APIs in a REST Get Snap.
You need to get the list of pipeline executions and extract the ruuids (runtime IDs). Then you get the details for each runtime ID and within those results, you’ll find “documents_count” under entity.response_map.
See Want to be able to extract full runtime information from pipelines.