The Admin Logs utility

  • Release version: Australia
  • Updated March 12, 2026
  • 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 is a centralized tool within the CPQ environment that helps administrators efficiently diagnose, monitor, and resolve configuration and integration issues. It captures detailed runtime data, error messages, and contextual information to provide clear insights into system activities and errors. Available through the Admin UI or API, it supports real-time troubleshooting and ongoing system optimization to maintain stability and user productivity.

    Show full answer Show less

    Key Features

    • Centralized Visibility: Consolidates monitoring of configuration, runtime, and integration errors in one interface.
    • Real-Time Monitoring: Enables quick refresh and filtering of logs based on selectable time ranges (past 15 minutes, hour, 24 hours, or all logs) to focus on relevant events.
    • Detailed Log Entries: Logs include date/time (with millisecond precision), descriptive error messages, unique CPQ error codes, and user IDs for precise diagnostics.
    • API Access: Provides programmatic log retrieval via GET requests with support for date/time filters, facilitating automation and integration with external monitoring tools.
    • Continuous Improvements: Enhancements such as enriched error messages, contextual debugging details for enrichment scripts, detailed HTTP error information, and performance metrics for external integrations improve troubleshooting effectiveness.

    Practical Use and Guidelines

    • Access Admin Logs through the CPQ Admin interface under Utilities > Logs or via the API depending on workflow preferences.
    • Use short time filters during active troubleshooting to quickly identify recent issues.
    • Regularly export log data for long-term tracking, compliance, or audit purposes.
    • Automate log retrieval using the API for integration with custom dashboards or monitoring systems.
    • Report unclear error codes or missing context to CPQ support to help improve log clarity and utility.

    Expected Outcomes

    By leveraging the Admin Logs utility, ServiceNow CPQ administrators gain precise and timely insights into system errors and configuration problems, enabling faster root cause identification and resolution. This leads to improved system stability, optimized configurations, and enhanced user productivity. The API support and continuous enhancements ensure that log data remains accessible and actionable for both manual and automated troubleshooting workflows.

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

    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 CPQ Admin interface or via API, depending on their preferred workflow and use case.

    To access logs, navigate to Utilities menu, select Logs. It shows the 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: 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 '<URL>/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 '<URL>/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 CPQ support.

    General guidelines

    • 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 CPQ support for analysis and improvement.