Feature: add new API to list the template installed logs by template ns
π Changelog β Template Install Logs API
Feature: Added new API to list template install logs by template ns.
Whatβs New
- Endpoint: GET /flow/template-installs
- Returns logs of all installs for a given template namespace.
- Includes details such as:
- Template ns
- Install id
- Version
- Scope
- Auto update status
- Created / Updated / Uninstalled timestamps
Why It Matters
- Track when and where templates are installed.
- Monitor updates, republish actions, and uninstall logs.
- Improves visibility for template usage and lifecycle management.