Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

Use the Bearer scheme with a valid JWT token to authenticate requests. Example: Authorization: Bearer <token>

Path Parameters

series_id
string
required

UUID of the series to fetch entries for

Response

200 - application/json

OK

cursor
string

The cursor used to retrieve the next page of entries.

Example:

"eyJpZCI6ImE4OTA0MzE1LTNkMTYtNGE5NS05MWMxLTMwZDZjZGRlNTUzZSIsImxpbWl0IjoyMH0="

limit
integer

The maximum number of entries returned in the list.

Example:

20

list
List · object[] | null

A list of entries.