Skip to main content
GET
list calls

Authorizations

Authorization
string
header
required

your rumik api key, e.g. rk_live_.... create one in the rumik dashboard.

Query Parameters

limit
integer
default:25

page size (1–100, default 25).

Required range: 1 <= x <= 100
before
string<uuid> | null

cursor: the id of the last item you have; returns older items.

Response

ok.

items
Call · object[]
required

newest first.

count
integer
required

how many are in this page.

nextCursor
string<uuid> | null

pass as before to get the next page; null on the last page.