Salesforce · Arazzo Workflow
Salesforce Get Records for a List View
Version 1.0.0
Discover an object's list views, then load the records for a chosen list view.
View Spec
View on GitHub
Fortune 500Artificial IntelligenceAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSalesArazzoWorkflows
Provider
Workflows
get-list-view-records
Retrieve a page of records for a specific list view of an object.
Lists the list views available for the supplied object, then loads the data and metadata for the requested list view, returning a page of records along with the sort configuration.
1
listListViews
Enumerate the list views accessible to the current user for the object so the requested list view can be confirmed before its records are loaded.
2
getListViewRecords
Load the data and metadata for the requested list view, returning a page of records together with the list view label and sort configuration.
Source API Descriptions
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.