EIGENN.
docsguidesapichangelogpricingsign in
EIGENN.

Pagination

Traverse Eigenn customer, invoice, and transaction collections with opaque cursors and stable filters.

Core public list operations return a data array and meta object:

{
  "data": [],
  "meta": {
    "cursor": "eyJ0eXBlIjoib2Zmc2V0Iiwib2Zmc2V0IjoyNX0",
    "hasPreviousPage": false,
    "hasNextPage": true
  }
}

Request the Next Page

  1. Send the first request without a cursor.
  2. Process the returned data.
  3. If meta.hasNextPage is true, send meta.cursor as the next request's cursor.
  4. Preserve every filter and sort setting.
  5. Stop when meta.hasNextPage is false or the cursor is null.

Treat the cursor as opaque. Do not decode, modify, increment, or persist assumptions about its format.

Resource Limits

ResourcePage-size parameterPublic maximum
CustomerspageSize100
InvoicespageSize100
TransactionspageSize10,000

The public OpenAPI schema does not promise a default page size for these three operations. Set pageSize explicitly when stable batch sizing matters.

No Total Count

Customer, invoice, and transaction page metadata does not include a total count or maximum page number. Design progress reporting around processed records and the next cursor, not a precomputed total.

Keep a Stable Query

Changing filters while reusing a cursor can skip or repeat records. Keep these values stable across a pagination run:

  • search query
  • date range
  • statuses
  • categories and tags
  • customer or account filters
  • sort field and direction
  • page size

For a large export, choose a bounded date range and stable sort. Records can still change while the export is running, so make the destination upsert by Eigenn resource ID.

Array Parameters

Some list operations accept arrays, such as customer IDs, statuses, tags, categories, or accounts. Use the serialization generated by the SDK or the current OpenAPI explorer. Do not invent a comma-separated format when your HTTP client can follow the contract.

Retry a Page

A page request is a read and can be retried after transient failures. Reuse the same cursor and filters. Do not advance the saved cursor until the page has been stored successfully.

Related Pages

  • Customers API
  • Invoices API
  • Transactions API
  • Rate Limits

Invoices API

List, create, update, summarize, and manage recurring invoices through public API v1.

Rate Limits

Plan Eigenn API traffic around authenticated, pre-authentication, and OAuth request limits.

On this page

Request the Next PageResource LimitsNo Total CountKeep a Stable QueryArray ParametersRetry a PageRelated Pages

Eigenn docs

current product

Overview
Overview
OverviewAccount PreferencesAssistant AutomationAssistant Command CenterBank ConnectionsBilling and UsageBudgets and ForecastCommand CenterCustomer LifecycleCustomer RecordsCustomersDeveloper PlatformDocument Processing and ExtractionDocument VaultFinancial Analytics and ReportsFinancial OverviewInvoice InsightsInvoice ProductsInvoicesMarketplace IntegrationsNotifications and BrandingOnboarding and SupportOverviewReceivablesReceivables AnalyticsReceivables ControlsSecurity and AccessSettings OverviewStress TestsTeams and OrganizationsTone Profiles and ExperimentsTransaction Categories and RulesTransactionsWeekly Finance RitualWorkflow ExecutionsWorkflow PausesWorkflowsWorkspace Inbox and Approvals
OverviewBuild and Review a ForecastBuild Your First WorkflowConfigure Assistant OperationsConfigure Notifications and BrandingConfigure Receivables ControlsConnect Transaction RecordsCreate and Manage CustomersCreate and Send InvoicesDeveloper API SetupFirst Cash ReviewInvoice Collection WorkflowMaintain Transaction RulesManage Security and BillingManage Team AccessManage the Invoice LifecycleMCP WorkflowsMonitor and Recover WorkflowsOrganize and Share DocumentsProcess Inbox ItemsReconcile and Categorize TransactionsReview a Customer Finance RecordRun a Finance Operating ReviewRun a Receivables Tone ExperimentRun a Runway Stress TestRun Your First Command Center ReviewSet Up a WorkspaceTroubleshoot Account AccessWebhook DeliveryWeekly CFO Review
OverviewIntegrationsMCPSDKsWebhooks
OverviewAuthenticationBank Accounts APICustomers APIErrorsForecasts and Stress Tests APIInvoice Payments APIInvoices APIPaginationRate LimitsTransactions APIWebhooks API StatusWorkflows API Status
Overview
Overview