Skip to main content
GET
Get History

Authorizations

lmts-api-key
string
header
required

Scoped API token with HMAC-SHA256 signing. Requires three headers: lmts-api-key (token ID), lmts-timestamp (ISO-8601), lmts-signature (Base64-encoded HMAC). See Authentication docs for details.

Query Parameters

cursor
string

Opaque cursor for cursor-based pagination. Omit for first page. For subsequent pages, pass the nextCursor value from the previous response.

limit
number
default:20

Number of items per page (1-100).

Required range: 1 <= x <= 100
Example:

20

Response

Paginated history of all user actions

data
object[]
required

List of history entries

totalCount
number | null
required

Total count of entries (null in cursor mode)

Example:

8

nextCursor
string | null

Opaque cursor for the next page. null when there are no more pages. Pass this value back as the cursor query parameter to fetch the next page.

Example:

"eyJ0Ijoi..."