Skip to main content
Get Team Scopes
curl --request GET \
  --url https://api.coralogix.com/mgmt/openapi/latest/aaa/team-scopes/v1/list \
  --header 'Authorization: <api-key>'
{
  "scopes": [
    {
      "defaultExpression": "<v1>true",
      "description": "The best scope",
      "displayName": "my-scope",
      "filters": [
        {
          "entityType": "ENTITY_TYPE_UNSPECIFIED",
          "expression": "<v1>true"
        }
      ],
      "id": "60c82be2-413f-4b8e-8201-7f5c51e2ef2b",
      "teamId": 1234
    }
  ]
}

Authorizations

Authorization
string
header
required

API key authentication

Response

This data structure represents a response to get scopes

scopes
Scope · object[]
required