Skip to main content
Version: Beta

aiUsage

Enterprise
description

Get AI usage records for the authenticated user. Returns paginated usage records using Connection pattern, optionally filtered by date range.

aiUsage(
input: AiUsageInput
): AIUsageConnection!

Arguments

aiUsage.input ● AiUsageInput input graph-ql-types

Type

AIUsageConnection object graph-ql-types

Relay-style connection type for AI usage records. Provides paginated access to usage data with both nodes and edges.

Loading...