Skip to main content
POST
General activity feed

Authorizations

X-Api-Key
string
header
required

Your organization's public API key.

Body

application/json

Filter for the general activity feed.

page
integer<int32>
default:0

Zero-based page index. Page 0 is the newest signals; increment to walk further back.

Example:

0

size
integer<int32>
default:20

Rows per page. Default 20, ceiling 100.

Example:

20

startDate
integer<int64>

OPTIONAL window start, epoch millis (a date filter, NOT the pager). Omit or 0 = a 90-day window before endDate.

Example:

0

endDate
integer<int64>

OPTIONAL window end, epoch millis (a date filter, NOT the pager). Omit or 0 = now.

Example:

0

signalTypes
string[]

Restrict to these signal types (codes from GET /signal-types). Empty = all types.

Restrict to these signal types (codes from GET /signal-types). Empty = all types.

icpOnly
boolean
default:false

Limit to companies that match one of your ICPs.

Example:

false

Response

OK

A page of results.

data
object[]

The items on this page.

page
integer<int32>

Zero-based page index.

Example:

0

size
integer<int32>

Requested page size.

Example:

20

totalElements
integer<int64>

Total number of matching items across all pages.

Example:

137

totalPages
integer<int32>

Total number of pages.

Example:

7