Logo
Functions

listProjectsApiV1ProjectsGet

listProjectsApiV1ProjectsGet<ThrowOnError>(options?): RequestResult<ListProjectsApiV1ProjectsGetResponse, HTTPValidationError, ThrowOnError>

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

List Projects List projects or get one by name

Type Parameters

ThrowOnError

ThrowOnError extends boolean = false

Parameters

options?

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

Returns

RequestResult<ListProjectsApiV1ProjectsGetResponse, HTTPValidationError, ThrowOnError>

On this page