---
title: "List entity context sync configurations"
method: GET
path: "/api/v2/security_monitoring/configuration/integration_config"
tags: ["Security Monitoring"]
---

# List entity context sync configurations

`GET /api/v2/security_monitoring/configuration/integration_config`

List the entity context sync configurations for Cloud SIEM. Each configuration connects Cloud SIEM
to an external source that provides entities (for example, users from an identity provider) for use
in signals and the entity explorer.

## Query parameters

- `filter[integration_type]` 'GOOGLE_WORKSPACE' | 'OKTA' | 'ENTRA_ID' — The type of external source that provides entities to Cloud SIEM.

## Response `200`

OK

- SecurityMonitoringIntegrationConfigsResponse — Response containing a list of entity context sync configurations.
  - `data` SecurityMonitoringIntegrationConfigData[], required — The list of integration configurations.
    - `attributes` SecurityMonitoringIntegrationConfigAttributes, required — The attributes of an entity context sync configuration as returned by the API.
      - `created_at` string, date-time — The time at which the entity context sync configuration was created.
      - `domain` string, required — The domain associated with the external entity source (for example, the customer's identity provider domain).
      - `enabled` boolean, required — Whether the sync is enabled and actively ingesting entities into Cloud SIEM.
      - `integration_type` 'GOOGLE_WORKSPACE' | 'OKTA' | 'ENTRA_ID', required — The type of external source that provides entities to Cloud SIEM.
      - `modified_at` string, date-time — The time at which the entity context sync configuration was last modified.
      - `name` string — The display name of the entity context sync configuration.
      - `settings` SecurityMonitoringIntegrationConfigSettings — Free-form, non-sensitive settings for the entity context sync. The accepted keys depend on the source type.
      - `state` 'valid' | 'invalid' | 'initializing' — The state of the credentials configured on the entity context sync.
    - `id` string, required — The unique identifier of the integration configuration.
    - `type` 'integration_config', required — The type of the resource. The value should always be `integration_config`.

## Other responses

- `403` — Not Authorized
- `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)
