---
title: "Retrieves a paginated list of Queries consumed within the specified date range."
method: GET
path: "/v1/Queries"
tags: ["Queries"]
---

# Retrieves a paginated list of Queries consumed within the specified date range.

`GET /v1/Queries`

In Kimola, a `Query` represents a unit of package consumption (e.g., text classification,
scraping, or tracking tasks such as collecting customer feedback).  

This endpoint allows developers to review Queries spent by their account over a given period,
with optional pagination parameters.  
  
<b>pageIndex</b>: Defaults to `0` if not provided.  
<b>pageSize</b>: Defaults to `10` and cannot exceed `10`.  
<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.

## Query parameters

- `pageIndex` integer
- `pageSize` integer
- `startDate` string, date-time
- `endDate` string, date-time

## Response `200`

Successful operation. Returns a paginated array of Queries.

## Other responses

- `500` — An unexpected error occurred.

---

[API](https://skmtc.dev/kimola/apis/kimola-api.md) · [All operations](https://skmtc.dev/kimola/apis/kimola-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kimola/kimola-api/revisions/cd68ffb79b51/schema)
