Skip to main content
GET
Cursor-paginated credit ledger activity.

Authorizations

Authorization
string
header
required

Bearer API key (pk_drip_…) or OAuth access token (mcp_at_…). Session JWTs are rejected on routes that require this scheme.

Query Parameters

limit
integer
default:20

Page size (1-50). Defaults to 20.

Required range: 1 <= x <= 50
cursor
string

Opaque cursor from a previous nextCursor.

Response

Credit activity page.

items
object[]
required
nextCursor
string | null
required

Pass as cursor for the next page; null when exhausted.