Qlik AutoML dataset predictions API

Use your ML deployment to generate batch data in file format to predict future outcomes on new data.

Operations 6

GET /api/v1/automl-predictions/{predictionId}/coordinate-shap Get shapley values in coordinate form #
POST /api/v1/automl-predictions/{predictionId}/jobs Retrieve jobs associated with a prediction #
GET /api/v1/automl-predictions/{predictionId}/not-predicted-reasons Get any rows where a prediction was not produced #
GET /api/v1/automl-predictions/{predictionId}/predictions Get a file containing predicted values #
GET /api/v1/automl-predictions/{predictionId}/shap Return a file containing shapley values #
GET /api/v1/automl-predictions/{predictionId}/source Return a file containing source values #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/automl-predictions-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

qliksense-automl-predictions.json Raw ↑
{
  "info": {
    "title": "automl-predictions",
    "version": ""
  },
  "paths": {
    "/api/v1/automl-predictions/{predictionId}/coordinate-shap": {
      "get": {
        "tags": [
          "automl-predictions"
        ],
        "summary": "Get shapley values in coordinate form",
        "responses": {
          "200": {
            "content": {
              "text/csv": {
                "schema": {}
              }
            },
            "description": "Stream of coordinate shap values returned successfully."
          },
          "400": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/appErrorResponse"
                }
              }
            },
            "description": "Received a bad argument"
          },
          "401": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/appErrorResponse"
                }
              }
            },
            "description": "Unauthorized"
          },
          "403": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/appErrorResponse"
                }
              }
            },
            "description": "Access forbidden"
          },
          "404": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/appErrorResponse"
                }
              }
            },
            "description": "Resource not found."
          },
          "409": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/appErrorResponse"
                }
              }
            },
            "description": "Resource conflict"
          },
          "503": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/appErrorResponse"
                }
              }
            },
            "description": "Resource unavailable"
          }
        },
        "parameters": [
          {
            "$ref": "#/components/parameters/refId"
          },
          {
            "$ref": "#/components/parameters/predictionId"
          }
        ],
        "description": "Returns a file containing the shapley values in coordinate form that are associated with a prediction ID.",
        "operationId": "getCoordinateShapForPrediction",
        "x-qlik-deprecated": true,
        "x-qlik-deprecated-sunset": "2026-02",
        "x-qlik-deprecated-version": "2025-08",
        "x-qlik-visibility": "public",
        "x-qlik-stability": "stable",
        "x-qlik-tier": {
          "tier": "1",
          "limit": 1000
        }
      }
    },
    "/api/v1/automl-predictions/{predictionId}/jobs": {
      "post": {
        "tags": [
          "automl-predictions"
        ],
        "summary": "Retrieve jobs associated with a prediction",
        "responses": {
          "200": {
            "content": {
              "application/json": {}
            },
            "description": "OK Response"
          },
          "400": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/appErrorResponse"
                }
              }
            },
            "description": "Received a bad argument"
          },
          "401": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/appErrorResponse"
                }
              }
            },
            "description": "Unauthorized"
          },
          "403": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/appErrorResponse"
                }
              }
            },
            "description": "Access forbidden"
          },
          "404": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/appErrorResponse"
                }
              }
            },
            "description": "Resource not found."
          },
          "409": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/appErrorResponse"
                }
              }
            },
            "description": "Resource conflict"
          },
          "503": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/appErrorResponse"
                }
              }
            },
            "description": "Resource unavailable"
          }
        },
        "parameters": [
          {
            "$ref": "#/components/parameters/predictionId"
          }
        ],
        "description": "Retrieve jobs that are associated with a prediction. Job with correlation type `prediction`.",
        "operationId": "getPredictionJobs",
        "x-qlik-deprecated": true,
        "x-qlik-deprecated-sunset": "2026-02",
        "x-qlik-deprecated-version": "2025-08",
        "x-qlik-visibility": "public",
        "x-qlik-stability": "stable",
        "x-qlik-tier": {
          "tier": "2",
          "limit": 100
        }
      }
    },
    "/api/v1/automl-predictions/{predictionId}/not-predicted-reasons": {
      "get": {
        "tags": [
          "automl-predictions"
        ],
        "summary": "Get any rows where a prediction was not produced",
        "responses": {
          "200": {
            "content": {
              "text/csv": {
                "schema": {}
              }
            },
            "description": "Stream of not predicted reasons returned successfully."
          },
          "400": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/appErrorResponse"
                }
              }
            },
            "description": "Received a bad argument"
          },
          "401": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/appErrorResponse"
                }
              }
            },
            "description": "Unauthorized"
          },
          "403": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/appErrorResponse"
                }
              }
            },
            "description": "Access forbidden"
          },
          "404": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/appErrorResponse"
                }
              }
            },
            "description": "Resource not found."
          },
          "409": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/appErrorResponse"
                }
              }
            },
            "description": "Resource conflict"
          },
          "503": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/appErrorResponse"
                }
              }
            },
            "description": "Resource unavailable"
          }
        },
        "parameters": [
          {
            "$ref": "#/components/parameters/refId"
          },
          {
            "$ref": "#/components/parameters/predictionId"
          }
        ],
        "description": "Returns a file containing any rows in a prediction operation where a prediction was unable to be produced.",
        "operationId": "getErrorsForPrediction",
        "x-qlik-deprecated": true,
        "x-qlik-deprecated-sunset": "2026-02",
        "x-qlik-deprecated-version": "2025-08",
        "x-qlik-visibility": "public",
        "x-qlik-stability": "stable",
        "x-qlik-tier": {
          "tier": "1",
          "limit": 1000
        }
      }
    },
    "/api/v1/automl-predictions/{predictionId}/predictions": {
      "get": {
        "tags": [
          "automl-predictions"
        ],
        "summary": "Get a file containing predicted values",
        "responses": {
          "200": {
            "content": {
              "text/csv": {}
            },
            "description": "Prediction stream returned succesfully."
          },
          "400": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/appErrorResponse"
                }
              }
            },
            "description": "Received a bad argument"
          },
          "401": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/appErrorResponse"
                }
              }
            },
            "description": "Unauthorized"
          },
          "403": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/appErrorResponse"
                }
              }
            },
            "description": "Access forbidden"
          },
          "404": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/appErrorResponse"
                }
              }
            },
            "description": "Resource not found."
          },
          "409": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/appErrorResponse"
                }
              }
            },
            "description": "Resource conflict"
          },
          "503": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/appErrorResponse"
                }
              }
            },
            "description": "Resource unavailable"
          }
        },
        "parameters": [
          {
            "$ref": "#/components/parameters/refId"
          },
          {
            "$ref": "#/components/parameters/predictionId"
          }
        ],
        "description": "Returns a file containing the predicted values that are associated with a prediction ID.",
        "operationId": "getConfigurationsForPrediction",
        "x-qlik-deprecated": true,
        "x-qlik-deprecated-sunset": "2026-02",
        "x-qlik-deprecated-version": "2025-08",
        "x-qlik-visibility": "public",
        "x-qlik-stability": "stable",
        "x-qlik-tier": {
          "tier": "1",
          "limit": 1000
        }
      }
    },
    "/api/v1/automl-predictions/{predictionId}/shap": {
      "get": {
        "tags": [
          "automl-predictions"
        ],
        "summary": "Return a file containing shapley values",
        "responses": {
          "200": {
            "content": {
              "text/csv": {}
            },
            "description": "Stream of shap values returned successfully."
          },
          "400": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/appErrorResponse"
                }
              }
            },
            "description": "Received a bad argument"
          },
          "401": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/appErrorResponse"
                }
              }
            },
            "description": "Unauthorized"
          },
          "403": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/appErrorResponse"
                }
              }
            },
            "description": "Access forbidden"
          },
          "404": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/appErrorResponse"
                }
              }
            },
            "description": "Resource not found."
          },
          "409": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/appErrorResponse"
                }
              }
            },
            "description": "Resource conflict"
          },
          "503": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/appErrorResponse"
                }
              }
            },
            "description": "Resource unavailable"
          }
        },
        "parameters": [
          {
            "$ref": "#/components/parameters/refId"
          },
          {
            "$ref": "#/components/parameters/predictionId"
          }
        ],
        "description": "Returns a file containing the shapley values that are associated with a prediction ID.",
        "operationId": "getShapForPrediction",
        "x-qlik-deprecated": true,
        "x-qlik-deprecated-sunset": "2026-02",
        "x-qlik-deprecated-version": "2025-08",
        "x-qlik-visibility": "public",
        "x-qlik-stability": "stable",
        "x-qlik-tier": {
          "tier": "1",
          "limit": 1000
        }
      }
    },
    "/api/v1/automl-predictions/{predictionId}/source": {
      "get": {
        "tags": [
          "automl-predictions"
        ],
        "summary": "Return a file containing source values",
        "responses": {
          "200": {
            "content": {
              "text/csv": {
                "schema": {}
              }
            },
            "description": "Stream of source values and index field returned successfully."
          },
          "400": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/appErrorResponse"
                }
              }
            },
            "description": "Received a bad argument"
          },
          "401": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/appErrorResponse"
                }
              }
            },
            "description": "Unauthorized"
          },
          "403": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/appErrorResponse"
                }
              }
            },
            "description": "Access forbidden"
          },
          "404": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/appErrorResponse"
                }
              }
            },
            "description": "Resource not found."
          },
          "409": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/appErrorResponse"
                }
              }
            },
            "description": "Resource conflict"
          },
          "503": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/appErrorResponse"
                }
              }
            },
            "description": "Resource unavailable"
          }
        },
        "parameters": [
          {
            "$ref": "#/components/parameters/refId"
          },
          {
            "$ref": "#/components/parameters/predictionId"
          }
        ],
        "description": "Returns a file containing the source values and an index field that are associated with a prediction ID.",
        "operationId": "getSourceForPrediction",
        "x-qlik-deprecated": true,
        "x-qlik-deprecated-sunset": "2026-02",
        "x-qlik-deprecated-version": "2025-08",
        "x-qlik-visibility": "public",
        "x-qlik-stability": "stable",
        "x-qlik-tier": {
          "tier": "1",
          "limit": 1000
        }
      }
    }
  },
  "openapi": "3.0.0",
  "components": {
    "parameters": {
      "predictionId": {
        "in": "path",
        "name": "predictionId",
        "schema": {
          "type": "string",
          "format": "uuid"
        },
        "required": true,
        "description": "The ID of the prediction configuration object that provides parameters to be applied when the prediction is produced."
      },
      "refId": {
        "in": "query",
        "name": "refId",
        "schema": {
          "type": "string"
        },
        "description": ""
      }
    },
    "schemas": {
      "appErrorResponse": {
        "type": "object",
        "properties": {
          "errors": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/error"
            }
          }
        }
      },
      "error": {
        "type": "object",
        "required": [
          "code"
        ],
        "properties": {
          "code": {
            "type": "string",
            "description": "The unique code for the error"
          },
          "meta": {
            "type": "object",
            "properties": {
              "details": {
                "type": "string",
                "description": "Extra details for what may have caused the error"
              },
              "errorId": {
                "type": "string",
                "description": "The unique id of the error instance"
              },
              "argument": {
                "type": "string",
                "description": "The argument"
              },
              "resource": {
                "type": "string",
                "description": "The resource type that the error occurred on"
              },
              "resourceId": {
                "type": "string",
                "description": "The resource id that the error occurred on"
              }
            }
          },
          "issue": {
            "type": "string",
            "description": "The issue code"
          },
          "title": {
            "type": "string",
            "description": "A summary of what went wrong"
          },
          "errorId": {
            "type": "string",
            "description": "The unique id of the error instance"
          },
          "argument": {
            "type": "string",
            "description": "The argument"
          },
          "resource": {
            "type": "string",
            "description": "The resource type that the error occurred on"
          },
          "resourceId": {
            "type": "string",
            "description": "The resource id that the error occurred on"
          }
        }
      }
    }
  },
  "servers": [
    {
      "url": "https://{tenant}.{region}.qlikcloud.com",
      "variables": {
        "region": {
          "default": "us",
          "description": "The region the tenant is hosted in"
        },
        "tenant": {
          "default": "your-tenant",
          "description": "Name of the tenant that will be called"
        }
      }
    }
  ]
}