Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

tableId
string
required

Query Parameters

startDate
string
endDate
string
fieldIds
string[]
createdByIds
string[]
cursor
string | null

Response

200 - application/json

Get the history list of all records in a table

historyList
object[]
required
userMap
object
required
nextCursor
string | null
Last modified on September 15, 2026