Skip to main content
GET
/
api
/
v1
/
projects
/
{project_id}
/
teams
List Project Teams
curl --request GET \
  --url https://control-plane.kubiya.ai/api/v1/projects/{project_id}/teams \
  --header 'Authorization: <api-key>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Path Parameters

project_id
string
required

Response

Successful Response