List With Connection
List S3 bucket contents using the connection credentials
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
connection_name_or_id
The connection name or UUID
Request
This endpoint expects an object.
bucket
The S3 bucket name
prefix
The S3 prefix to list
max_keys
Maximum number of keys to return
continuation_token
Token for paginating results
Response
Successful Response
bucket
The S3 bucket name
prefix
The S3 prefix that was listed
keys
The list of object keys
common_prefixes
Common prefixes (subdirectories)
continuation_token
Token for fetching the next page of results
Errors
422
Unprocessable Entity Error
