Logo
Functions

getFileApiV1FilesIdGet

getFileApiV1FilesIdGet<ThrowOnError>(options): RequestResult<File, HTTPValidationError, ThrowOnError>

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

Get File Read File metadata objects.

Type Parameters

ThrowOnError

ThrowOnError extends boolean = false

Parameters

options

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

Returns

RequestResult<File, HTTPValidationError, ThrowOnError>

On this page