---
title: "Retrieve paginated query results"
method: GET
path: "/v3/InsightsDomains/Conversations/Query"
tags: ["TwilioInsights"]
---

# Retrieve paginated query results

`GET /v3/InsightsDomains/Conversations/Query`

Retrieve subsequent pages of a synchronous query using a page token.

## Query parameters

- `pageToken` string, required

## Response `200`

Successful query response

- InsightsQueryResponse
  - `domain` string — Indicates the business domain the query was executed against
  - `items` object[] — Array of result objects containing the query results. Each object contains properties matching the requested measures and dimensions.
  - `meta` PaginationMeta — The pagination metadata containing navigation tokens and result information. By convention, this schema should be added to the response payload's 'meta' attribute.
    - `key` string, required — The key of the list property contains the actual data items. This enables programmatic iteration over paginated results.
    - `pageSize` integer, required — The actual number of items returned in this response. May be less than the requested pageSize for the last page.
    - `previousToken` string, nullable — Token to fetch the previous page of results. Only included if there is a previous page, otherwise omitted.
    - `nextToken` string, nullable — Token to fetch the next page of results. Only included if there is a next page, otherwise omitted.

## Other responses

- `400` — Bad request
- `429` — Too Many requests (rate limit exceeded for request originating from public API)
- `500` — Internal server error

---

[API](https://skmtc.dev/twilio/apis/insights-v3.md) · [All operations](https://skmtc.dev/twilio/apis/insights-v3/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/twilio/insights-v3/revisions/5f8734a5a937/schema)
