---
title: Cursor Pagination Testing API 
date: 2025-12-10T06:09:35Z
modified: 2026-06-15T07:29:26Z
permalink: "https://ezintegrations.ai/docs/fetch-data-with-cursor-pagination/"
type: docs
status: publish
excerpt: ""
wpid: 3757
doc_category:
  - AI Workflow Testing APIs
author: Automation Hub
---

Cursor Pagination Testing API demonstrates cursor-based pagination, useful for large datasets where offset is inefficient.

---

## Method

**GET**

---

## Endpoint

{{base_url}}/partner/orderdetails-cursor_OAuth2.0
---

## Query Parameters



| Parameter Name | Value | Description |
| --- | --- | --- |
| limit | {%max\_num%} | Maximum records per request |
| cursor | {%cursor\_val%} | Token representing current pagination state |

---

## Authorization

**Type:** OAuth 2.0
**Refresh Token Endpoint Method:** POST
**Refresh Token Endpoint URL:** {{base\_url}}/partner/api/oauth2/token

#### Headers

{
  "Content-Type": "application/x-www-form-urlencoded"
}
---

#### Body

{
  "grant_type": "password",
  "client_id": "{{client_id}}",
  "client_secret": "{{client_secret}}",
  "username": "training@bizdata360.com",
  "password": "B!zdata@360"
}
---

## Pagination Details

**Pagination Type:** Cursor Pagination

**User Key:** nextCursor

**User Key Url:** @nextcursorLink

**Data Collection Key:** \[‘items’\]

---

## Numeric Parameters



| Parameter | Value | Description |
| --- | --- | --- |
| Minimum Number | Minimum records per page |  |
| Maximum Number | 100 | Maximum records per page |

---

## Notes

- Cursor values are opaque and must not be modified.
- Each response returns a cursor for the next page.

---

## Authentication Instructions

To acquire the **Base URL** and create your own **Client ID and Secret**, please refer to the **My Profile** section within your eZintegrations account.

## Topics

**Docs Categories:** [AI Workflow Testing APIs](https://ezintegrations.ai/wp-content/uploads/wp-mfa-exports/taxonomy/doc_category/ai-workflow-testing-apis.md)