cURL
curl --request GET \ --url https://api.momentum.io/v1/signals/prompts \ --header 'X-API-Key: <api-key>'
{ "signals": [ { "id": 123, "signalName": "<string>", "contextSource": "<string>", "enabled": true } ] }
Retrieves a list of all AI signal prompts configured for the organization, including their enabled status and context source type.
API key for authenticating requests
A list of signal prompts.
Show child attributes