---
title: "Retrieve the intelligence brief for an organization"
method: GET
path: "/v9/organizations/{organization_id}/intelligence-brief"
tags: ["organizations"]
---

# Retrieve the intelligence brief for an organization

`GET /v9/organizations/{organization_id}/intelligence-brief`

## Path parameters

- `organization_id` integer, required

## Response `200`

Successful Response

- union
  - IntelligenceBriefResponse
    - `id` string, uuid, required
    - `credits_used` integer, required
    - `credits_remaining` integer, required
    - `organization_id` integer, required
    - `organization_slug` string, required
    - `title` string, required
    - `body` string, required
    - `sumble_url` string, uri, required
  - IntelligenceBriefPendingResponse — Returned with HTTP 202 when the brief is being generated. The caller should retry the same URL after the `Retry-After` header. No credits are consumed for 202 responses.
    - `status` string — Always 'pending' for 202 responses
    - `organization_id` integer, required
    - `organization_slug` string, required
    - `message` string, required

## Other responses

- `202` — The brief is being generated. Retry the same URL after the `Retry-After` header. No credits are consumed.
- `422` — The organization/domain does not have enough data to generate an intelligence brief. No credits are consumed.

---

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