---
title: "List all signal v2 definitions"
method: GET
path: "/v2/signals"
tags: ["Signals V2"]
---

# List all signal v2 definitions

`GET /v2/signals`

Retrieves a list of all signal v2 definitions configured for the organization, including their enabled status and context source type.

## Response `200`

A list of signal definitions.

- object
  - `signals` SignalDefinition[], required
    - `id` integer, required — Unique identifier for the signal definition.
    - `signalName` string, required — Display name of the signal.
    - `contextSource` string, required — The source type that triggers this signal (call transcript).
    - `enabled` boolean, required — Whether the signal is currently enabled.
    - `createdAt` string, date-time, required — The date and time when the signal definition was created (ISO 8601 format).

## Other responses

- `500` — Internal server error

---

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