Skip to main content
GET
cURL

授权

Authorization
string
header
必填

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

查询参数

organizationId
string
Minimum string length: 1
spaceId
string
Minimum string length: 1
baseId
string
Minimum string length: 1
tableId
string
Minimum string length: 1
recommendationStatus
enum<string>
可用选项:
open,
accepted,
dismissed,
superseded
riskLevel
enum<string>
可用选项:
none,
low,
medium,
high,
critical
taskStatus
enum<string>
可用选项:
queued,
running,
succeeded,
failed,
cancelled
recommendationSkip
integer | null
必填范围: x >= 0
recommendationTake
integer
必填范围: 1 <= x <= 100
taskSkip
integer | null
必填范围: x >= 0
taskTake
integer
必填范围: 1 <= x <= 100
includeSearchAccessPaths
boolean | null
skip
integer | null
必填范围: x >= 0
take
integer
必填范围: 1 <= x <= 100

响应

200 - application/json

Successful response

summary
object
必填
trackA
object
必填
hotTables
object[]
必填
searchAccessPaths
object[]
必填
recommendations
object
必填
tasks
object
必填
最后修改于 2026年9月15日