---
title: "Gets the status of the privileged access detection package for the Entity Analytics privileged user monitoring experience"
method: GET
path: "/api/entity_analytics/privileged_user_monitoring/pad/status"
tags: ["Security Entity Analytics API"]
---

# Gets the status of the privileged access detection package for the Entity Analytics privileged user monitoring experience

`GET /api/entity_analytics/privileged_user_monitoring/pad/status`

**Spaces method and path for this operation:**

<div><span class="operation-verb get">get</span>&nbsp;<span class="operation-path">/s/{space_id}/api/entity_analytics/privileged_user_monitoring/pad/status</span></div>

Refer to [Spaces](https://www.elastic.co/docs/deploy-manage/manage-spaces) for more information.

Returns the installation and ML module setup status of the privileged access detection package, along with the state of each associated ML job.

## Response `200`

Privileged access detection status retrieved

- object
  - `jobs` object[], required
    - `description` string
    - `job_id` string, required
    - `state` 'closing' | 'closed' | 'opened' | 'failed' | 'opening', required
  - `ml_module_setup_status` 'complete' | 'incomplete', required
  - `package_installation_status` 'complete' | 'incomplete', required

---

[API](https://skmtc.net/elastic/apis/kibana-apis.md) · [All operations](https://skmtc.net/elastic/apis/kibana-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/elastic/kibana-apis/versions/531c9e2a7d23/schema)
