Skip to main content

Retrieve list of teams or team details

GET 

/api/v1/teams

Warning: This API can return team details if you pass in a teamTag query parameter. However, this should only be used to retrieve team details if your team identifier contains non-alphanumeric characters. Otherwise, use the standard API under Teams -> Retrieve team details. When retrieving team details, the response will be a single team entity instead of a list.

Note: the response objects can also include an idpGroup or cortexTeam field depending on whether the team contains a group or only consists of individually defined members.

Request

Query Parameters

    includeTeamsWithoutMembers boolean

    Include teams without members

    Example: false
    teamTag string

    Team identifier

    Example: my-team

Responses

Object containing a list of teams

Schema

    teams

    object[]

    required

  • Array [

  • catalogEntityTag stringrequired
    isArchived booleanrequired

    links

    object[]

    required

  • Array [

  • description string
    name stringrequired
    type stringrequired
    url stringrequired
  • ]

  • metadata

    object

    required

    description string
    name stringrequired
    summary string

    slackChannels

    object[]

    required

  • Array [

  • channel stringrequired

    The Slack channel identifier without the preceding #

    description string

    Description of this owner defined in the Catalog Descriptor. Not to be confused with the description of the team in the Team pages.

    inheritance string

    Possible values: [APPEND, FALLBACK, NONE]

    Inheritance type, only defined for domain entities

    notificationsEnabled boolean

    Refers to the corresponding field in the Catalog Descriptor. This is meant to be used for your automation purposes and does not actually impact the notification behavior in Cortex.

  • ]

  • teamTag stringrequired
  • ]

Loading...