Montimage AI Platform (MAIP) Documentation
  • Overview
  • Architecture
  • Installation
    • Installation instructions
    • Docker
  • MAIP API reference
    • Reports
      • /
      • Download
    • Logs
      • /
      • Download
    • Retrain
      • /
    • Models
      • /
      • App
      • Download
      • Confusion matrix
      • Build config
      • Predictions
      • Probabilities
      • Datasets
        • /
        • Download
    • Predictions
      • /
      • Download
      • Attack
      • Normal
    • Mmt
      • /
      • Stop
      • Offline
      • Dataset
      • Online
    • Pcaps
      • /
      • Datasets
      • Dataset
    • Build
      • /
    • Ac
      • Retrain
        • /
      • Datasets
        • /
      • Build
        • /
    • Predict
      • /
      • Stop
    • Xai
      • /
      • Shap
        • Explanations
      • Lime
        • Explanations
      • Explanations
    • Attacks
      • /
      • Ctgan
        • Download
      • Datasets
      • Poisoning
        • Ctgan
        • Random swapping labels
        • Target label flipping
        • Download
    • Metrics
      • Accuracy
      • Currentness
      • Impact
  • Specification
  • Client side
    • All Models page
      • Models Comparison page
      • Models Retraining page
    • Dataset page
    • Build Page
    • Predict Page
    • XAI page
      • XAI SHAP Page
      • XAI LIME Page
    • Attacks Page
    • Metrics Page
      • Accountability Metrics Page
      • Resilience Metrics Page
  • About
Powered by GitBook
On this page
  1. MAIP API reference
  2. Reports

/

PreviousReportsNextDownload

Get reports list

get

Get the list of all reports have been generated by the MMT Tool

Responses
200
Successful operation
application/json
get
GET /strongcourage/MAIP/v1/reports/ HTTP/1.1
Host: virtserver.swaggerhub.com
Accept: */*
200

Successful operation

{
  "reports": [
    "report-3c6e4cb4-9b74-40c8-8f4a-132c9d5e4ace"
  ]
}

Delete all reports

delete

Delete all reports

Responses
200
Successful delete all reports
delete
DELETE /strongcourage/MAIP/v1/reports/ HTTP/1.1
Host: virtserver.swaggerhub.com
Accept: */*
200

Successful delete all reports

No content

  • GETGet reports list
  • DELETEDelete all reports