Skip to main content
GET
cURL

授权

Authorization
string
header
必填

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

路径参数

tableId
string
必填

查询参数

cursor
string | null
pageSize
integer
必填范围: 1 <= x <= 50
orderBy
enum<string>
可用选项:
archivedTime,
recordCreatedTime,
recordLastModifiedTime
direction
enum<string>
可用选项:
desc
recordCreatedBy
string[]
recordLastModifiedBy
string[]
archivedTimeStart
string
archivedTimeEnd
string
recordCreatedTimeStart
string
recordCreatedTimeEnd
string

响应

200 - application/json

Get archived records successfully

items
object[]
必填
userMap
object
必填
nextCursor
string | null
最后修改于 2026年9月15日