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

baseId
string
required

Query Parameters

includeSystem
boolean | null
skip
number | null
take
number | null
type
enum<string>
Available options:
user,
department
role
enum<string>[]
Available options:
owner,
creator,
editor,
commenter,
viewer

Response

200 - application/json

Successful response, return base collaborator list.

collaborators
object[]
required
total
number
required
Last modified on March 5, 2026