---
title: "Get Global Drivers"
method: POST
path: "/v1/models/{model_id}/global_drivers"
tags: ["inference"]
---

# Get Global Drivers

`POST /v1/models/{model_id}/global_drivers`

Global feature importance.

## Path parameters

- `model_id` string, uuid, required

## Request body

- GlobalDriversRequest

## Response `200`

Successful Response

- JobSubmissionResponse
  - `job_id` union, required
    - string, uuid
    - string
  - `status` 'pending' | 'running' | 'completed' | 'failed' | 'cancelled', required
  - `message` string, required

## Other responses

- `422` — Validation Error

## Changes

- **2026-07-26** `17afb53a6ac9` — 1 warning
  - added the new `cancelled` enum value to the `status` response property for the response status `200`

[Change history](https://skmtc.dev/outerproduct/apis/outerproduct-api/changes/v1/models/:model_id/global_drivers/post.md)

---

[API](https://skmtc.dev/outerproduct/apis/outerproduct-api.md) · [All operations](https://skmtc.dev/outerproduct/apis/outerproduct-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/outerproduct/outerproduct-api/revisions/6c6e81fb3282/schema)
