Skip to main content

Endpoint

Returns the fully merged configuration for the authenticated team, including all inherited settings from organization and group levels.

Authentication

Requires Team Token or Admin Token.

Request Example

Response

Success Response (200)

Understanding Effective Config

The effective config is computed by merging configs from:
  1. Organization defaults (root level)
  2. Group configs (intermediate levels)
  3. Team config (leaf level)
Later levels override earlier levels via deep merge.

Get Raw Config with Lineage

To understand where settings come from:
Response:

Get Config Audit History

View configuration change history:
Response:

Query Parameters

Code Examples

Python

JavaScript

Next Steps

Update Config

Update team configuration

Run Agent

Trigger investigations