Skip to main content
GET
List combo activity

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

user
string | null

Required; the feed is user-anchored.

limit
integer<int32> | null

First-page size. Ignored when cursor is supplied.

Required range: 0 <= x <= 1000
cursor
string | null

Opaque pagination cursor from a prior response's next_cursor.

condition
string | null

Combo condition id(s), comma-separated (at most 20 distinct values). condition_id / conditionId are accepted aliases.

Response

A page of combo activity

{ data, pagination } envelope for /v2/activity/combos.

data
object[]
required

The page's rows.

pagination
object
required

Paging envelope: follow next_cursor until null.