giip

CQE Run History Guide

Learn how to review the execution history of CQE (Custom Query Engine) scripts across your servers and page through it.

🚀 Go to CQE Run History →

📋 Overview

The CQE Run List is a read-only screen that shows the records of CQE scripts executed on each logical server (LSVR), most recent first. You can page through the history to see which script ran, when, and on which server.

This page requires you to be logged in and to have a project selected. If no project (csn) is selected at the top, a notice is shown instead of the list.

🔍 Screen Layout

1. Offset

A number field that sets where the query starts. 0 is the start of the most recent records; increasing the value begins the query from older records.

2. Run

Reloads the run history using the current offset value. The button switches to a loading state while the query is in progress.

3. Prev / Next

One page holds 15 records. [Next] increases the offset by 15, and [Prev] decreases it by 15 (minimum 0) to move between pages.

4. Results Table

The retrieved run history is shown in a table. On desktop it appears as a table, and on mobile as cards. The server (logical machine) entry is shown as a link; clicking it navigates to that server's detail page. When the response cannot be parsed into a table, the raw text is shown as-is.

🛠️ Tips

  • Scan from the newest: Leave the offset at 0 and press [Run] to see the most recent executions first, then use [Next] to page through older records.
  • Jump to the server: If a particular execution looks problematic, click the server link on that row to continue checking its status on the server detail page.

💡 Important Notes

  • If you see "No project selected (csn)" instead of the list, select a project at the top first.
  • Script registration and run settings (Active / Repeat / Interval) are managed on the CQE Repository List, not on this page.

API Reference

For detailed API specifications of this feature, refer to the dedicated guide.

📘 System Management API Reference

Troubleshooting

SymptomCauseResolution
"No project selected (csn)" appears instead of the listNo project (csn) is selected in the sessionSelect a project at the top, then press [Run] again.
Results appear as raw text instead of a tableThe response could not be parsed into a table, or an error message was returnedReview the raw text shown, then adjust the offset and query again.
Pressing [Next] shows no new recordsThere are no more run records beyond that offsetGo back with [Prev] or reset the offset to 0.
A server entry is not shown as a linkThe response has no server (logical machine) identifier columnRead the value as-is; look up server detail from another list page.

Version: 1.0 Last Updated: 2026-07-22 Source: giipv3/public/help/cqerunlist.en.md