The Admin Logs utility

  • Release version: Zurich
  • Updated October 8, 2025
  • 3 minutes to read
  • Summarize
    Summarized using AI
    This content was generated using new OpenAI-powered functionality. Results are provided on an as is basis and are not guaranteed to be accurate or complete.

    Summary of The Admin Logs utility

    The Admin Logs utility in ServiceNow CPQ provides administrators with centralized access to system activities, configuration errors, and integration issues, facilitating quick diagnosis and resolution of problems. It captures essential runtime details and contextual data, allowing admins to maintain system stability and optimize configurations efficiently.

    Show full answer Show less

    Key Features

    • Centralized visibility: Monitor configuration, runtime, and integration errors from a single location.
    • Real-time monitoring: Refresh and filter logs to focus on recent or relevant timeframes.
    • Faster troubleshooting: Access detailed error codes and contextual messages for precise diagnostics.
    • API accessibility: Retrieve log data programmatically for automation or custom dashboards.
    • Continuous improvement: Utilize enhanced error reporting and details for ongoing maintenance and user support.

    Accessing Admin Logs

    Admins can access the Admin Logs through the ServiceNow CPQ Admin interface or via API. The Logs feature is available in both the new and legacy Admin experiences, enabling real-time logging and detailed error viewing. The interface supports filtering by time ranges, ensuring relevant information is easily accessible.

    Log Details Format

    Each log entry is structured for easy understanding, including:

    • Date and time: User-friendly date and precise time in milliseconds.
    • Error message: Summary of the encountered issue.
    • Error code: Unique identifier for quick support cross-referencing.
    • User ID: Identifies the user who encountered the error.

    Accessing Logs via API

    Admins can programmatically access logs using a GET request, ideal for environments with large datasets or integration into external monitoring systems. Specific log intervals can be retrieved using ISO 8601 date/time format parameters.

    Continuous Improvements

    Recent enhancements include improved error messages and contextual information for faster issue identification. Detailed metrics for external integrations are also now available upon request.

    Best Practices

    • Use short time filters for real-time troubleshooting.
    • Regularly export relevant log data for compliance tracking.
    • Leverage the API for automation or integration with monitoring tools.
    • Report unclear error codes to ServiceNow CPQ support for further analysis.

    Learn how the Admin Logs utility helps you diagnose, monitor, and resolve configuration issues efficiently in your ServiceNow CPQ environment.

    Overview of Admin Logs

    The Admin Logs utility provides administrators with centralized visibility into system activities, configuration errors, and integration issues. It enables quick diagnosis and resolution of problems by capturing key runtime details, error messages, and contextual data about the environment. Designed with usability and precision in mind, Admin Logs helps administrators identify issues, understand their cause, and act swiftly to maintain system stability.

    Whether accessed through the Admin UI or via API, Admin Logs helps provide insights admins can use to optimize configurations and keep users productive.

    Key benefits

    Table 1. Key benefits of Admin Logs
    Benefit Description
    Centralized visibility Monitor configuration, runtime, and integration errors in one location.
    Real-time monitoring Quickly refresh and filter logs to focus on the most recent or relevant time frames.
    Faster troubleshooting Review detailed error codes, contextual messages, and user IDs for precise diagnostics.
    API accessibility Retrieve log data programmatically for automation or custom dashboards.
    Continuous improvement Access enhanced error reporting and contextual details to help streamline ongoing maintenance and user support.

    Accessing Admin Logs

    Administrators can access Admin Logs from the ServiceNow CPQ Admin interface or via API, depending on their preferred workflow and use case.

    In the new Admin experience, access Logs in the Utilities menu. In the legacy Admin experience, click Logs in the navigation bar. Both experiences provide the same real-time logging capabilities and enable filtering, refreshing, and viewing detailed error information.

    Refreshing and filtering

    The Logs interface supports real-time filtering and refresh options. Choose a time range that best suits your analysis needs:
    • Past 15 minutes
    • Past hour
    • Past 24 hours
    • All logs
    Note:
    Use the refresh button to update the view with the latest events without leaving the Logs page.

    Log details format

    Each log entry is displayed in a structured format, making it easy to scan and understand issues. This structure enables administrators to efficiently filter, correlate, and resolve errors across different sessions and components. The log data includes the following columns:
    • Date and time: User-friendly date display and exact time in milliseconds (added February 2025).
    • Error message: A descriptive summary of the issue encountered.
    • Error code: ServiceNow CPQ unique identifier for quick cross-referencing and support requests.
    • User ID: The user who encountered the error (added February 2025).

    Accessing logs via API

    Administrators who prefer to query logs programmatically can access the Admin Logs API using a GET request. This is especially useful for environments with large data sets or for integrating logs into external monitoring systems. This flexibility allows admins to retrieve specific log intervals for audit or performance review without loading all historical records.

    Example cURL command:
    
        curl --location '<logikURL>/api/logs/v1/logs' \
        --header 'Content-Type: application/json' \
        --header 'Origin: localhost' \
        --header 'Authorization: <Admin API Key>'
       
    You can refine results by specifying before and after parameters in ISO 8601 date/time format:
    
        curl --location '<logikURL>/api/logs/v1/logs?after=YYYY-MM-DDThh%3Amm%3AssZ&before=YYYY-MM-DDThh%3Amm%3AssZ' \
        --header 'Content-Type: application/json' \
        --header 'Origin: localhost' \
        --header 'Authorization: <Admin API Key>'
       

    Continuous improvements

    Admin Logs continually evolves to provide deeper insights and improve usability. Enhancements introduced in February 2025 include:
    • Enhanced error messages: Save errors now include related configuration errors for faster issue identification.
    • Contextual information: For enrichment script errors, logs now capture the specific enrichment area, affected blueprint, and revision ID for precise debugging.
    • Detailed external connection errors: “Method not supported” HTTP errors now include the path and method used in the external call.
    • Performance metrics: Metrics for external integrations are now tracked and available upon request through ServiceNow CPQ support.

    Best practices

    • Use short time filters when troubleshooting real-time configuration issues.
    • Export relevant log data regularly for long-term tracking or compliance review.
    • Leverage the API to automate log retrieval or integrate with your organization’s monitoring tools.
    • Report unclear error codes or missing context to ServiceNow CPQ support for analysis and improvement.