---
title: "List Enablements for an Event Orchestration"
method: GET
path: "/event_orchestrations/{id}/enablements"
tags: ["Event Orchestrations"]
---

# List Enablements for an Event Orchestration

`GET /event_orchestrations/{id}/enablements`

List all feature enablement settings for an Event Orchestration. Currently, only the `aiops` enablement is supported.

For any account with the AIOps product addon, every Event Orchestration will have AIOps features enabled by default.

**Warning conditions**:
- If the account is not entitled to use AIOps features, a warning will be returned alongside the enablement data.

Scoped OAuth requires: `event_orchestrations.read`

## Path parameters

- `id` string, required

## Headers

- `Accept` string, required
- `Content-Type` 'application/json', required

## Response `200`

The list of feature enablement settings for the Event Orchestation.

- object
  - `enablements` FeatureEnablement[] — Array of feature enablement settings.
    - `feature` string — The name of the product addon whose set of features will be enabled or disabled.
    - `enabled` boolean, required — A boolean value indicating whether the specified product addon is enabled or disabled.
    - `updated_at` string, date-time — The time the feature enablement was last updated.
    - `warnings` object[] — An array of warnings related to this feature enablement. Only present if warning conditions are met.
      - `message` string — The warning message.

## Other responses

- `403` — Caller is not authorized to view the requested resource. While your authentication is valid, the authenticated user or token does not have permission to perform this action.
- `404` — The requested resource was not found.
- `500` — Internal Server Error the PagerDuty server experienced an error.

---

[API](https://skmtc.net/pagerduty/apis/rest-api.md) · [All operations](https://skmtc.net/pagerduty/apis/rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pagerduty/rest-api/versions/b679a8f3f02c/schema)
