Skip to main content
POST
Python

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json

Request to list files from a data source.

data_connector_name
string
required
prefix
string | null
search_query
string | null
limit
integer
default:1000
Required range: 1 <= x <= 10000
offset
integer
default:0
Required range: x >= 0

Response

Files listed successfully