ADApiDatasets

Docs

Pagination

List responses include page, per_page, and total fields.

List shape

Pagination is present on list endpoints even when results are small.

{
  "data": [],
  "pagination": {"page": 1, "per_page": 25, "total": 100}
}