CQE Run History Guide
Learn how to review the execution history of CQE (Custom Query Engine) scripts across your servers and page through it.
📋 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.
Troubleshooting
| Symptom | Cause | Resolution |
|---|---|---|
| "No project selected (csn)" appears instead of the list | No project (csn) is selected in the session | Select a project at the top, then press [Run] again. |
| Results appear as raw text instead of a table | The response could not be parsed into a table, or an error message was returned | Review the raw text shown, then adjust the offset and query again. |
| Pressing [Next] shows no new records | There are no more run records beyond that offset | Go back with [Prev] or reset the offset to 0. |
| A server entry is not shown as a link | The response has no server (logical machine) identifier column | Read 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