For the complete documentation index, see llms.txt. This page is also available as Markdown.

List response object

This document contains the pagination object used in list responses.

Used in

Endpoint / Area
How it is used

Returns dictionary, record, or column value lists

Returns matching account domains

Returns matching envelopes

Object example

{
  "totalElements": 0,
  "sizeRequested": 25,
  "numberOfElements": 0,
  "data": []
}

Fields

Field
Type
Required
Description

totalElements

integer

Yes

Total matching records

sizeRequested

integer

Yes

Requested page size

numberOfElements

integer

Yes

Records in the current response

data

array

Yes

Returned objects

The element type in data depends on the response schema.

Last updated

Was this helpful?