Skip to main content
Use list requests to render pages, sync content, or fetch a small page of records.

Example

Query Parameters

Select Fields

Use fields to keep responses small:
Nested relation fields use parentheses:

Response

The response body is an array.
Pagination metadata is returned in headers:

Next Page

Increase offset by the number of rows already loaded:

Notes

  • Lists are scoped to the workspace attached to the API key.
  • Unknown field names return 400.
  • Relation expansion stops at maxDepth.
  • For public pages, select only the fields needed on that page.