> ## Documentation Index
> Fetch the complete documentation index at: https://coralogix-193a2008-facade-sync-4ab5cdd.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

# Scopes service overview

The Scopes Service provides API capabilities to manage data scopes within Coralogix, enabling fine-grained segmentation of logs and metrics for specific teams, applications, or services. A scope defines a logical boundary using entity filters and expressions, allowing for controlled visibility, permissions, and team-specific access. This service allows users to create, retrieve (individually or in bulk), update, and delete scopes tied to a team. Each scope includes metadata such as a display name, description, team ID, and customizable filters targeting specific entity types.

## Constants

<details>
  <summary>EntityType</summary>

  | Value                     |
  | ------------------------- |
  | `ENTITY_TYPE_UNSPECIFIED` |
  | `ENTITY_TYPE_LOGS`        |
  | `ENTITY_TYPE_SPANS`       |
</details>
