Native Integration Logs Viewer in Momentus Connect
The Integration Hub Logs tab on Momentus Connect application pages now uses a fully native, purpose-built logs table rather than an embedded third-party logs screen.
This gives you a faster, cleaner way to review only the integration activity that matters, using the same familiar filters and grid behavior as the rest of Integration Hub.
- Access logs directly from the Logs tab on a Connect integration page, with a consistent Integration Hub look and feel.
- View key log details in a focused table: timestamp, severity, message, and flow name, with cursor-based pagination that behaves like other Integration Hub tables.
- Filter logs by integration instance, flow, severity, and date range using the standard filter bar, and combine severity + log type filters without losing either filter.
- Only relevant integration activity is shown, removing internal debug and platform-level noise that previously cluttered the view.
- Elimination of an embedded third-party iframe reduces exposure and improves overall platform security.
Improved Pagination Support for Enterprise Standard API
Enterprise Standard API responses now include the X-SearchMetadata header and return pagination links that match your original request URL.
This makes it easier for integrators to page through large data sets reliably, without rewriting or adjusting URLs.
- The
X-SearchMetadataheader is now present on Enterprise Standard (v1) API responses, including page, page size, page total, and results total. - Pagination links in the
Linksobject (Self, First, Previous, Next, Last) are transformed to use the same base URL as the client’s request, so you can copy and execute them directly. - This behavior applies across Enterprise Standard API modules (GET, SEARCH, POST, PUT, DELETE) that return paged results.
Streamlined Approval Email Template
The approval email template in Momentus Connect no longer shows an incorrect “Contact Us via email” option. This prevents users from trying to reach support through an invalid email channel and keeps your support guidance accurate and consistent.
Fixes
- The Activity Log page now loads reliably without displaying errors when accessing an onboarded integration. An error was occurring when users navigated to the Activity Log page for any integration with an Activated status.
- API documentation for OData, Standard, and Elite APIs now load correctly on the first attempt without returning a 404 error.