---
title: "Get organization"
method: GET
path: "/organization"
tags: ["Organization"]
---

# Get organization

`GET /organization`

Returns the organization for the authenticated caller.

## Response `200`

Success

- object
  - `data` Organization, required
    - `id` string, uuid, required
    - `name` string, required
    - `logoUrl` string
    - `contactEmail` string
    - `address` Address
      - `street` string, required
      - `city` string, required
      - `state` string, required
      - `zip` string, required
      - `country` string, required
    - `featureFlags` object, required — Per-organization feature flags. Keys are camelCase flag names, values are typed (currently only booleans). A missing key means the feature is off; each consumer documents its own default at the read site. Known keys: - fakeDroneVideo (boolean): when true, ViewMissionPage shows the demo drone video loop for missions whose status is "in-progress". Defaults to off when missing.
    - `deletedAt` number, nullable, required — Soft-delete Unix timestamp in milliseconds; null if not deleted
    - `createdAt` number, required — Unix timestamp in milliseconds
    - `updatedAt` number, required — Unix timestamp in milliseconds

## Other responses

- `401` — Authentication required
- `403` — Insufficient permissions
- `429` — Rate limit exceeded
- `500` — Internal server error

---

[API](https://skmtc.net/voltairlabs/apis/voltair-api.md) · [All operations](https://skmtc.net/voltairlabs/apis/voltair-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/voltairlabs/voltair-api/revisions/be08f4f706f5/schema)
