Skip to main content
GET
Population change feed

Authorizations

x-api-key
string
header
required

Query Parameters

since
string<date>

ISO date (YYYY-MM-DD), inclusive — return cards changed on or after this day. Interpreted in UTC; must be on or before today (UTC) and within the last 30 days. Ignored when cursor is also sent.

Example:

"2026-06-01"

cursor
string

Opaque pagination token from a prior response's next_cursor. Wins over since. Omit both to default to today (UTC).

limit
integer
default:1000

Page size, 1–10000.

Required range: 1 <= x <= 10000

Response

A page of changed card ids.

data
object

One page of the population change feed.

meta
object

Metadata attached to every response.