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

cursor
string | null
pageSize
integer
Required range: 1 <= x <= 50
orderBy
enum<string>
Available options:
archivedTime,
recordCreatedTime,
recordLastModifiedTime
direction
enum<string>
Available options:
desc
recordCreatedBy
string[]
recordLastModifiedBy
string[]
archivedTimeStart
string
archivedTimeEnd
string
recordCreatedTimeStart
string
recordCreatedTimeEnd
string

Response

200 - application/json

Get archived records successfully

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