select BACKENDREQUESTID, status from request_backend where rootid in () REQUEST_BACKEND table has the mapping with the IDM task and IP request, where BACKENDREQUESTID column holds IDM task ID, status holds request status and rootid is the request ID we see in the identity portal.
Note: We see BACKENDREQUESTID value only if a request is sent to IDM. If a request is failed due to an error in the IP itself then we see 'null' value for it. Hence check request status as well.