Skip to main content
GET
Python

Authorizations

Authorization
string
header
required

Your Chronicle API key (chr_...). Create one in Settings > API keys.

Path Parameters

worldId
string
required

The world version ID, from world.id.

Query Parameters

limit
integer
default:50

Page size, 1 to 100. Default 50.

Required range: x >= 0
cursor
string

The nextCursor from the previous page. Omit for the newest page.

Response

Successful response.

events
object[]
required
hasMore
boolean
required
nextCursor
string | null