---
title: "List all AI signal prompts"
method: GET
path: "/v1/signals/prompts"
tags: ["Signals V1"]
---

# List all AI signal prompts

`GET /v1/signals/prompts`

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

## Response `200`

A list of signal prompts.

- object
  - `signals` SignalPrompt[], required
    - `id` integer, required — Unique identifier for the signal prompt.
    - `signalName` string, required — Display name of the signal.
    - `contextSource` string, required — The source type that triggers this signal (call transcript or email body).
    - `enabled` boolean, required — Whether the signal is currently enabled.
    - `createdAt` string, date-time, required — The date and time when the signal prompt 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)
