Queries

Returns Query consumption statistics grouped by category within the specified date range.

In Kimola, a Query is the unit of package consumption (e.g., text classification, tracking, scraping). This endpoint aggregates Queries into the categories Classification, Tracking, and Scraping and returns their counts and shares for the given period.

<b>startDate</b>: if null, defaults to one month before the current UTC time.
<b>endDate</b>: if null, defaults to the current UTC time.

All dates are interpreted as UTC.

get/v1/Queries/statistics

Query parameters

startDatestring date-time

Optional UTC start date. Defaults to one month before now when null.

endDatestring date-time

Optional UTC end date. Defaults to current UTC time when null.

Response

Successful operation. Returns an array of category statistics.

Changes

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