Skip to main content
GET
List signals

Authorizations

Authorization
string
header
required

A workspace API key, created in workspace settings and sent as Authorization: Bearer op_live_…. Session cookies are not accepted. Scopes: signals:read, accounts:read, listeners:read, listeners:analyse, pipeline:read, pipeline:write, collections:write, export:read.

Query Parameters

listenerId
string

Only signals from this listener.

limit
integer
default:25

Page size, 1-100.

Required range: 1 <= x <= 100
cursor
string

nextCursor from the previous page.

maxAgeDays
integer

Only signals seen within this many days.

Required range: x >= 1
classification
string

Intent label. Valid values depend on the listener's mode.

source
string

Platform the signal came from.

theme
string

Only signals carrying this theme.

q
string

Free-text search over the signal's title and summary. Matches whole words, with stemming: report finds reporting, repo does not. Truncated past 120 characters.

Maximum string length: 120

Response

Success.

The response is of type object.