Skip to main content
GET
/
v1
/
alerts
/
{id}
curl "https://api.signa.so/v1/alerts/alt_01HK7M..." \
  -H "Authorization: Bearer $SIGNA_API_KEY"

Documentation Index

Fetch the complete documentation index at: https://docs.signa.so/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

id
string
required
Alert ID (alt_*).

Response

Returns a single Alert (see List Alerts for the shape).

Errors

  • 404 — alert does not exist or belongs to another org.
curl "https://api.signa.so/v1/alerts/alt_01HK7M..." \
  -H "Authorization: Bearer $SIGNA_API_KEY"