---
title: "Get organization signals"
method: GET
path: "/v9/organizations/{organization_id}/signals"
tags: ["organizations"]
---

# Get organization signals

`GET /v9/organizations/{organization_id}/signals`

## Path parameters

- `organization_id` integer, required

## Query parameters

- `technology_slugs` string[], nullable — Technology slugs to filter signals by. Repeat this query parameter to filter by multiple technologies. Use POST /technologies/lookup to resolve technology names, slugs, or aliases to canonical slugs; use POST /technologies/find to search for matching technologies.

## Response `200`

Successful Response

- SignalsResponse
  - `id` string, uuid, required
  - `credits_used` integer, required
  - `credits_remaining` integer, required
  - `signals` Signal[], required
    - `signal_id` integer, nullable
    - `title` string, required
    - `subtitle` string, nullable
    - `explanation` string, nullable
    - `sales_angle` string, nullable
    - `date` string, date-time, required
    - `sumble_url` string, nullable
    - `display_type` string, required
    - `type` string, nullable
    - `matched_technologies` SignalTechnology[], nullable
      - `name` string, required
      - `slug` string, required
      - `label` string, nullable
    - `organization_name` string, nullable
    - `organization_id` integer, nullable
    - `job_post_id` integer, nullable
    - `person_id` integer, nullable
    - `linkedin_url` string, nullable
    - `location` string, nullable
    - `job_function` string, nullable
    - `priority` string, nullable
    - `suggested_contacts` SuggestedContacts
      - `people` SuggestedContact[], required
        - `person_id` integer, nullable
        - `name` string, nullable
        - `title` string, nullable
        - `linkedin_url` string, nullable
        - `score` number, nullable
      - `sumble_url` string, nullable
    - `account_status` 'customer' | 'prospect' | 'not_in_crm', nullable — CRM relationship between the signal's organization and the calling account: 'customer' (a customer account in the calling account's CRM), 'prospect' (tracked in CRM but not a customer), or 'not_in_crm' (no CRM record). Only populated when the calling account has a linked CRM seat (Salesforce or HubSpot); omitted otherwise, even when requested.

## Other responses

- `422` — Validation Error

---

[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)
