Logo
Functions

usageApiParsingUsageGet

usageApiParsingUsageGet<ThrowOnError>(options?): RequestResult<ParsingUsage, HTTPValidationError, ThrowOnError>

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

Usage DEPRECATED: use either /organizations/{organization_id}/usage or /projects/{project_id}/usage instead Get parsing usage for user

Type Parameters

ThrowOnError

ThrowOnError extends boolean = false

Parameters

options?

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

Returns

RequestResult<ParsingUsage, HTTPValidationError, ThrowOnError>

On this page