Skip to main content

Get team

GEThttps://api.coralogix.com/mgmt/openapi/5/aaa/teams/v2/{team_id}
deprecated

This endpoint has been deprecated and may be replaced or removed in future versions of the API.

Deprecated. Returns a single team by its identifier.

Authorizations

Authorizationstringheaderrequired
API key authentication

Request

Path Parameters

    team_id# int64required

    Possible values: >= 0 and <= 4294967295

    Unique team identifier.

Response

application/json

Response containing the requested team.

    dailyQuota#double

    Daily quota assigned to the team, in quota units per day.

    retention#int32

    Retention period of the team's data, in days.

    Possible values: >= 0 and <= 2147483647

    Identifier of the team.

    teamName#string

    Display name of the team.

    Possible values: <= 255 characters, Value must match regular expression ^[\s\S]*$