Organization Teams
Returns the list of teams in your organization with their details.
Availability: This endpoint is available to enterprise customers with organizations enabled. Contact your account team or support@fal.ai to request access.
Must be called with an admin API key on the organization’s root team.
Key Features:
- List all teams within the organization
- Identify the organization’s root team via
is_org_root - View team usernames and display names
See fal.ai docs for more details.
GET
Organization Teams
Previous
Organization Usage
Returns paginated usage records across all teams and product lines in your
organization, with each record attributed to a specific team via the
`username` field and a product line via the `product` field.
Covers all three fal product lines:
- `model_apis` — model API endpoint calls (e.g. `fal-ai/flux/dev`)
- `serverless` — fal Serverless SDK billing
- `compute` — fal Compute (raw instance time)
> **Availability:** This endpoint is available to enterprise customers with organizations enabled. Contact your account team or support@fal.ai to request access.
Must be called with an admin API key on the organization's root team.
**Key Features:**
- Organization-wide usage data across all teams and products
- Filter by team (`team_username`), product line (`product`), endpoint, date range, and auth method
- Per-team and per-product attribution on every usage record
- Paginated time series and aggregate summary views
See [fal.ai docs](https://docs.fal.ai) for more details.
Next
Organization Teams