I would to get the list of failed items (details) using cli/ SQL command
I’m trying to create an event/ custom report for whichever option which reports more than 0 failed items and trying to gather the details per job.
The cli/ Commserve Table/View that’s equivalent to the following API
https://documentation.commvault.com/2024/essential/get_failed_items_in_job.html
GET <webservice>/Job/{{jobId}}/FailedItems
Host: <host name>
Accept: application/json
Authtoken: <authentication token>
or the table/view where this API is fetching the data
Thanks in advance.