Skip to main content
POST
Browse datasource folders

Authorizations

Authorization
string
header
required

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

Body

Pydantic request model for browsing the remote folder hierarchy of a datasource.

Only browsable providers (Google Drive, SharePoint) are accepted. Credentials are validated against the same models as the credential test endpoint.

type
enum<string>
required
Available options:
googledrive,
sharepoint
credentials
Credentials · object
drive_id
string | null
parent_id
string | null

Response

Folder listing

V3 Response serializer for the datasource folder browse endpoint.

folders
object[]
required