Get Signals by Category
Signal
Get Signals by Category
Get signal items filtered by event category
GET
Get Signals by Category
Returns scored signal events filtered to a single event category. Use this when you want high-signal events of a specific type — for example, only
security_incident signals for a risk monitoring dashboard.
Query Parameters
category(string, required) — Event category (e.g.partnership,regulation_legal,product_development,market_update,security_incident)limit(integer, default: 50, max: 50)offset(integer, default: 0, max: 500)since(string, optional) — ISO 8601 timestamp. Only return events newer than this time. See Polling Guide.cursor(string, optional) — Opaque cursor token from a previousnext_cursorresponse. When provided,sinceis required andoffsetis ignored.
Request
cURL
Response
Same as/v1/signal/all but filtered by category. Includes next_cursor (string or null) for cursor-based pagination.
Errors
- 400 if
categorymissing - 500 on internal server error