Logo
Functions

getCurrentProjectApiV1ProjectsCurrentGet

getCurrentProjectApiV1ProjectsCurrentGet<ThrowOnError>(options?): RequestResult<Project, HttpValidationError, ThrowOnError>

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

Get Current Project Get the current project.

Type Parameters

ThrowOnError

ThrowOnError extends boolean = false

Parameters

options?

Options<GetCurrentProjectApiV1ProjectsCurrentGetData, ThrowOnError>

Returns

RequestResult<Project, HttpValidationError, ThrowOnError>

On this page