Skip to main content
GET
/
organization
/
teams
Organization Teams
curl --request GET \
  --url https://api.fal.ai/v1/organization/teams \
  --header 'Authorization: <api-key>'
{
  "teams": [
    {
      "username": "acme-corp",
      "name": "Acme Corporation",
      "is_org_root": true,
      "created_at": "2024-01-15T10:30:00Z"
    },
    {
      "username": "acme-ml-team",
      "name": "ML Research Team",
      "is_org_root": false,
      "created_at": "2024-03-01T14:00:00Z"
    }
  ]
}

Authorizations

Authorization
string
header
required

Admin API key must be prefixed with "Key ", e.g. Authorization: Key YOUR_ADMIN_API_KEY

Response

Organization teams retrieved successfully

Response containing organization team details

teams
object[]
required

List of teams in the organization