🚀 Claude Opus 4.6 + 171 个模型正式上线!查看 更新日志 了解详情。
Search bases and nodes within a space
cURL
curl --request GET \ --url 'https://app.teable.ai/api/space/%7BspaceId%7D/search?type=SOME_STRING_VALUE&search=SOME_STRING_VALUE&pageSize=SOME_INTEGER_VALUE&cursor=SOME_STRING_VALUE' \ --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
{ "list": [ { "id": "<string>", "name": "<string>", "type": "space", "icon": "<string>", "baseId": "<string>", "baseName": "<string>", "createdTime": "<string>", "createdUser": { "id": "<string>", "name": "<string>", "avatar": "<string>" } } ], "total": 123, "nextCursor": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
space
base
table
view
field
record
workflow
app
dashboard
folder
1
1 <= x <= 50
Returns the search results.
显示 子属性
此页面对您有帮助吗?