GET /v2/lists/{listId}/saved-views/{viewId}/list-entries

Paginate through the List Entries (AKA rows) on a given Saved View. Use this endpoint when you need to filter entities or only want some field data to be returned: This endpoint respects the filters set on a Saved View via web app, and only returns field data corresponding to the columns that have been pulled into the Saved View via web app.

Though this endpoint respects the Saved View's filters and column/Field selection, it does not yet preserve sort order. This endpoint also only supports sheet-type Saved Views, and not board- or dashboard-type Saved Views.

See the Data Model section for more information about Saved Views.

Requires the "Export data from Lists" permission.

Servers

Path parameters

Name Type Required Description
viewId Integer Yes

Saved view ID

listId Integer Yes

List ID

Query parameters

Name Type Required Description
limit Integer No

Number of items to include in the page

Default value: 100

cursor String No

Cursor for the next or previous page

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.