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

spaceId
string
required

Query Parameters

type
enum<string>
Available options:
space,
base,
table,
view,
field,
record,
workflow,
app,
dashboard,
folder
Minimum string length: 1
pageSize
integer
default:10
Required range: 1 <= x <= 50
cursor
string

Response

200 - application/json

Returns the search results.

list
object[]
required
total
number
required
nextCursor
string | null
required
Last modified on March 5, 2026