Skip to main content
Retrieves a paginated list of signals in your workspace. Use query parameters to filter by type or status.

Request

Query parameters

string
Filter by signal type. One of website, intent, or enrichment.
string
Filter by status. One of active or paused.
integer
default:"20"
Number of signals to return per page. Max 100.
string
Pagination cursor from a previous response.

Response

array
Array of signal objects.
string
Cursor for the next page, or null if there are no more results.

Example

Response