Logo
Functions

readFileContentApiV1FilesIdContentGet

readFileContentApiV1FilesIdContentGet<ThrowOnError>(options): RequestResult<PresignedUrl, HTTPValidationError, ThrowOnError>

Defined in: packages/cloud/src/client/sdk.gen.ts:2149

Read File Content Returns a presigned url to read the file content.

Type Parameters

ThrowOnError

ThrowOnError extends boolean = false

Parameters

options

OmitKeys<RequestOptions<ThrowOnError, string>, "url"> & ReadFileContentApiV1FilesIdContentGetData

Returns

RequestResult<PresignedUrl, HTTPValidationError, ThrowOnError>

On this page