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

Path Parameters

id
string
required
Watch ID (wat_*).

Query Parameters

limit
integer
default:"20"
Page size (1—100).
cursor
string
Opaque cursor.

Response

Same envelope as List Alerts, filtered to alerts produced by this watch.

Errors

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