Dash0 acquires Polar Signals

Manage Teams and Members

Receive a list of teams

get/api/teams

Receive a list of your organization teams

bash
Sample request
12
curl --request GET 'https://api.eu-west-1.aws.dash0.com/api/teams' \
--header "Authorization: Bearer ${DASH0_AUTH_TOKEN}"

Responses

Receive a list of teams.

array
References TeamsListItem
stringrequired
string
CrdSource

Origin of a Dash0 resource, derived from dash0.com/origin on read.

  • ui: created interactively in the Dash0 UI.
  • terraform: managed via the Dash0 Terraform provider.
  • operator: managed via the Dash0 Kubernetes operator.
  • dash0-cli: managed via the Dash0 CLI.
  • platform: owned by Dash0 rather than by anyone in your organization. Covers both resources Dash0 generates from another resource you own (the recording rules an SLO produces) and resources Dash0 ships with the product (the built-in views).
  • api: created directly through the API, and the fallback for any origin whose prefix is not recognized.

New values may be added over time. Treat an unrecognized value as api rather than rejecting the response.

"ui""terraform""operator""dash0-cli""platform""api"
stringrequired
Gradientrequired

A color gradient from one color to another.

MemberDefinition[]required

A sample of five members. You can inspect the total member count via totalMemberCount. This array is restricted to at most five members, because this could otherwise be too much data.

integerrequired