Get the status of the latest XAI process
Successful operation
true
"123243534534"
const response = await fetch('https://virtserver.swaggerhub.com/strongcourage/MAIP/v1/xai/', { method: 'GET', headers: {}, }); const data = await response.json();
{ "isRunning": true, "config": { "shapConfig": { "modelId": "e0a0588e-96c4-4fdf-9237-a8e94a6f5ffe.h5", "numberBackgroundSamples": "10", "numberExplainedSamples": "20", "maxDisplay": "10" } }, "lastRunAt": "123243534534" }