What is the problem or goal the end user is trying to solve or accomplish?
When requesting to list all alerts (/api/v1/report/) there are more details, for example, changed_on and created_on detail. However, the detail is not present if you run the API call for a specific alert or report via (/api/v1/report/424).
How are they solving it currently?
Run this query instead: /api/v1/chart/?q=(filters:!((col:id,opr:eq,value:{{id}})))
What is the recommended solution by the Customer?
Include more detail when querying a specific alert or report.