Experimental

Download 261
Last updated Feb 18, 2026

sonar-explanation-requests

Enumerate explanation requests in Logpresso Sonar.

sonar-explanation-requests [duration=NUM{mon|w|d|h|m|s}] [from=yyyyMMddHHmmss] [to=yyyyMMddHHmmss] [order=desc|asc] [priority=LOW|MEDIUM|HIGH] [statuses=STATUS,...] [keywords=VALUE] [ticket-guid=UUID] [locale=LOCALE]
duration=NUM{mon|w|d|h|m|s}
Optional. Scan only recent data. You should use s(second), m(minute), h(hour), d(day), mon(month) time unit. Either duration or from is required.
from=yyyyMMddHHmmss
Optional. Start of search range. yyyyMMddHHmmss format. Either duration or from is required.
to=yyyyMMddHHmmss
Optional. End of search range. yyyyMMddHHmmss format.
order=desc|asc
Optional. Sort order: desc or asc. Default is desc.
priority=LOW|MEDIUM|HIGH
Optional. Filter by priority.
statuses=STATUS,...
Optional. Comma-separated status filter. Available values: NEW, SUBMITTED, MANAGER_REJECTED, MANAGER_CLOSED, AUDITOR_SUBMITTED, AUDITOR_REJECTED, AUDITOR_CLOSED
keywords=VALUE
Optional. Search keywords
ticket-guid=UUID
Optional. Filter by ticket GUID
locale=LOCALE
Optional. Locale for category name and status name resolution. If not specified, session locale is used.

Output Fields

FieldTypeNameDescription
_timeDateTimeDate and time of creation
guidStringGUIDExplanation request GUID
priorityStringPriorityPriority (LOW, MEDIUM, HIGH)
category_nameStringCategory nameExplanation category name
ticket_idIntTicket IDRelated ticket ID
ticket_titleStringTicket titleRelated ticket title
status_codeStringStatus codeExplanation status code
status_nameStringStatus nameExplanation status display name
emp_nameStringEmployee nameEmployee name
manager_nameStringManager nameManager name
manager_resultStringManager resultManager review result (Violation or Normal)
auditor_nameStringAuditor nameAuditor name
auditor_resultStringAuditor resultAuditor review result (Violation or Normal)
owner_nameStringOwner nameRequest owner name
close_by_managerBoolClose by managerWhether manager can close without auditor
user_noteStringUser noteExplanation request note
log_fromDateLog fromFirst log occurrence time
log_toDateLog toLast log occurrence time
event_fromDateEvent fromEvent start time
event_toDateEvent toEvent end time
expiredDateExpiredSubmission deadline
ticket_guidStringTicket GUIDRelated ticket GUID
category_guidStringCategory GUIDExplanation category GUID
emp_guidStringEmployee GUIDEmployee GUID
auditor_guidStringAuditor GUIDAuditor GUID
owner_guidStringOwner GUIDRequest owner GUID
createdDateCreatedDate and time of creation
updatedDateUpdatedDate and time of last modification