Skip to main content

Retrieve team details

GET 

/api/v1/teams/:tagOrId

Retrieve team details

Request

Path Parameters

    tagOrId stringrequired

    The tag (x-cortex-tag) or unique, auto-generated identifier for the entity.

Responses

Successfully found team

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.

Schema

    catalogEntityTag stringrequired
    id 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 [

  • description string
    name stringrequired
    notificationsEnabled booleanrequired
  • ]

  • teamTag stringrequired
    type stringrequired
Loading...