Subscription

Retrieves the current subscription usage for the logged-in user.

This endpoint returns how many subscription resources have been consumed within the user's plan.

Usage is reported for items such as Queries, Models, Keywords, and Links.

The date parameter is optional. If null, defaults to the current UTC time and shows usage for the active subscription period. If provided, allows fetching usage information for previous subscription periods.

get/v1/Subscription/usage

Query parameters

datestring date-time

Optional UTC date indicating which subscription period to check.
Defaults to DateTime.UtcNow if not specified.

Response

Successful operation. Returns subscription usage data for the specified period.

Changes

No recorded changes to this endpoint across all 1 revision of this API.