---
title: "Get organization detail"
method: GET
path: "/orgs/{slug}"
tags: ["Orgs"]
---

# Get organization detail

`GET /orgs/{slug}`

Resolves by slug, `org_…` ID, primary domain, or domain alias. Authenticated callers also receive the org playbook (private; CDN cache opt-out).

## Path parameters

- `slug` string, required

## Response `200`

Organization detail

- object
  - `id` string
  - `slug` string, required
  - `name` string, required
  - `domain` string, nullable, required
  - `description` string, nullable
  - `category` 'ai' | 'cloud' | 'commerce' | 'crm' | 'database' | 'design' | 'developer-tools' | 'devops' | 'finance' | 'framework' | 'infrastructure' | 'observability' | 'productivity' | 'security', nullable
  - `avatarUrl` string, nullable, required
  - `isHidden` boolean
  - `autoGenerateContent` boolean
  - `overviewCadenceDays` integer, nullable
  - `featured` boolean
  - `fetchPaused` boolean
  - `discovery` 'curated' | 'agent' | 'on_demand'
  - `status` 'stub' | 'tracked'
  - `locations` object[]
    - `url` string
    - `feed` string
    - `github` string
    - `appstore` string
    - `file` string
    - `title` string, nullable
    - `canonical` boolean, required
    - `basis` 'curator' | 'declared' | 'detected' | 'generated', required
    - `productId` string, nullable, required
    - `sourceId` string, nullable, required
  - `tags` string[]
  - `sourceCount` integer, required
  - `releaseCount` integer, required
  - `releasesLast30Days` integer, required
  - `avgReleasesPerWeek` number, required
  - `lastFetchedAt` string, nullable, required
  - `lastPolledAt` string, nullable, required
  - `trackingSince` string, required
  - `aliases` string[]
  - `accounts` object[], required
    - `platform` string, required
    - `handle` string, required
  - `products` object[], required
    - `id` string, required
    - `slug` string, required
    - `name` string, required
    - `url` string, nullable, required
    - `description` string, nullable, required
    - `sourceCount` integer, required
    - `kind` 'platform' | 'sdk' | 'mobile' | 'desktop' | 'docs' | 'integration' | 'tool', nullable
    - `createdAt` string, required
    - `releaseCount` integer, required
  - `sources` object[], required
    - `id` string
    - `slug` string, required
    - `name` string, required
    - `type` 'github' | 'scrape' | 'feed' | 'agent' | 'appstore' | 'video', required
    - `url` string
    - `orgSlug` string, nullable
    - `releaseCount` integer, required
    - `latestVersion` string, nullable, required
    - `latestDate` string, nullable, required
    - `latestAddedAt` string, nullable
    - `isPrimary` boolean
    - `isHidden` boolean
    - `discovery` 'curated' | 'agent' | 'on_demand'
    - `fetchPriority` 'normal' | 'low' | 'paused', nullable
    - `lastFetchedAt` string, nullable
    - `lastPolledAt` string, nullable
    - `changeDetectedAt` string, nullable
    - `consecutiveNoChange` integer, nullable
    - `consecutiveErrors` integer, nullable
    - `nextFetchAfter` string, nullable
    - `medianGapDays` number, nullable
    - `lastRetieredAt` string, nullable
    - `metadata` string, nullable
    - `productName` string, nullable
    - `productSlug` string, nullable
    - `kind` 'platform' | 'sdk' | 'mobile' | 'desktop' | 'docs' | 'integration' | 'tool', nullable
    - `stars` integer, nullable
    - `starsFetchedAt` string, nullable
  - `overview` object, nullable
    - `scope` 'org' | 'product', required
    - `orgSlug` string, nullable
    - `productSlug` string, nullable
    - `content` string, required
    - `releaseCount` integer, required
    - `lastContributingReleaseAt` string, nullable, required
    - `generatedAt` string, required
    - `updatedAt` string, required
    - `citations` object[]
      - `sourceUrl` string, required
      - `title` string, nullable
      - `releaseId` string, nullable
      - `releaseWebUrl` string, nullable
      - `startIndex` integer
      - `endIndex` integer
      - `citedText` string
  - `playbook` object, nullable
    - `scope` 'playbook', required
    - `content` string, required
    - `updatedAt` string, required
  - `notice` object, nullable
    - `message` string, required
    - `linkText` string
    - `coordinate` string
    - `href` string, uri

## Other responses

- `404` — Organization not found

---

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