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

# Get Organization Intelligence

`GET /intelligence/organization`

Get organization intelligence for the current user's organization.

## Headers

- `authorization` string, nullable

## Response `200`

Successful Response

- OrganizationIntelligenceResult — Result DTO for organization intelligence.
  - `id` string, uuid, required — Intelligence ID
  - `organization_id` string, uuid, required — Organization ID
  - `name` string, required — Organization name
  - `simple_positioning` string, nullable — Simple positioning statement
  - `target_customer_profiles` string, nullable — Target customer profiles
  - `main_competitors` string[], nullable — Main competitors
  - `origin_story` string, nullable — Organization origin story
  - `created_at` string, date-time, required — Creation timestamp
  - `updated_at` string, date-time, required — Last update timestamp

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/nomi/apis/fastapi.md) · [All operations](https://skmtc.dev/nomi/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nomi/fastapi/revisions/63a2f545499c/schema)
