> ## Documentation Index
> Fetch the complete documentation index at: https://fal.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Platform APIs for Organizations

> Programmatic access to organization-wide team listings, cross-team usage records, FOCUS billing reports, and billing events

The **fal Platform APIs** provide programmatic access to organization-level data spanning every team and product line, including:

* **Team listings** - List all teams in your organization and identify the root team
* **Usage records** - Browse cross-team, cross-product usage attributed to each team and product line
* **FOCUS reports** - Download a FinOps FOCUS-compliant billing report as CSV, spanning every team in your organization
* **Billing events** - Browse paginated per-request billing event records across all teams, with cost breakdowns in USD

## Available Operations

The Platform APIs provide the following endpoints for organization administration:

<CardGroup cols={2}>
  <Card title="Organization Teams" icon="users" href="/docs/platform-apis/v1/organization/teams">
    List the teams in your organization with their details, including the root team
  </Card>

  <Card title="Organization Usage" icon="chart-line" href="/docs/platform-apis/v1/organization/usage">
    Browse paginated usage records across all teams and product lines, with per-team and per-product attribution
  </Card>

  <Card title="Organization FOCUS Report" icon="file-csv" href="/docs/platform-apis/v1/organization/focus">
    Download a FOCUS-compliant billing report as CSV spanning every team, with per-team sub-account attribution under pooled billing
  </Card>

  <Card title="Organization Billing Events" icon="receipt" href="/docs/platform-apis/v1/organization/billing-events">
    Browse paginated per-request billing events across all teams, with per-team attribution and USD cost breakdowns
  </Card>
</CardGroup>

<Note>
  These endpoints are available to enterprise customers with organizations enabled, and must be called with an admin API key on the organization's root team. The Organization FOCUS Report additionally requires FOCUS reports to be enabled. Contact your account team or [support@fal.ai](mailto:support@fal.ai) to request access.
</Note>
