---
title: "List tenancy products"
method: GET
path: "/api/v2/integration/oci/products"
tags: ["OCI Integration"]
---

# List tenancy products

`GET /api/v2/integration/oci/products`

Lists the products for a given tenancy. Returns the enabled/disabled status of Datadog products (such as Cloud Security Posture Management) for specific OCI tenancies.

## Query parameters

- `productKeys` string, required

## Response `200`

OK

- TenancyProductsList — Response containing a list of OCI tenancy product resources with their product enablement status.
  - `data` TenancyProductsData[], required — List of OCI tenancy product resource objects.
    - `attributes` TenancyProductsDataAttributes — Attributes of an OCI tenancy product resource, containing the list of available products and their enablement status.
      - `products` TenancyProductsDataAttributesProductsItems[] — List of Datadog products and their enablement status for the tenancy.
        - `enabled` boolean — Indicates whether the product is enabled for the tenancy.
        - `product_key` string — The unique key identifying the Datadog product (for example, CLOUD_SECURITY_POSTURE_MANAGEMENT).
    - `id` string — The OCID of the OCI tenancy.
    - `type` 'oci_tenancy_product', required — OCI tenancy product resource type.

## Other responses

- `429` — Too many requests

---

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