Skip to main content
GET
/
v1
/
teams
/
{team_id}
cURL
curl --request GET \
--url https://api.baseten.co/v1/teams/{team_id} \
--header "Authorization: Bearer $BASETEN_API_KEY"
{
  "id": "<string>",
  "name": "<string>",
  "default": true,
  "created_at": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
required

Send Authorization: Bearer <api_key>. The legacy Authorization: Api-Key <api_key> scheme is also accepted.

Path Parameters

team_id
string
required

Response

200 - application/json

A team.

id
string
required

Unique identifier of the team

name
string
required

Name of the team

default
boolean
required

Whether this is the default team for the organization

created_at
string<date-time>
required

Time the team was created in ISO 8601 format