# Microsoft Fabric - List records action

The List records action enables you to retrieve a list of records for an object in Microsoft Fabric.

# Input

Input field Description
Object Specify the object to retrieve the list of records. Fields load dynamically based on the selected object.

For example, if the selected object is Lakehouse, the input schema is as follows:

Input field Description
Workspace ID Select or enter the ID of the workspace where the item is located.
Continuation token Enter the token to make the next request. Useful for pagination.

# Output

The output fields are determined by the object selected in the input. Map the relevant data pill from the data tree to subsequent steps. To take an example of the Lakehouse object, the following are the output fields.

Output field Description
Continuation token Token used for pagination.
Continuation URL URL containing the continuation token to make the next request.
Items List of records containing the following properties.
Description Description of the lakehouse.
Display name Name of the lakehouse.
Folder ID ID of the folder where the lakehouse is created.
ID ID of the lakehouse.
Properties Properties of the lakehouse include the following data. Type, Default schema, One lake files path, One lake tables path, SQL endpoint properties, Connection string, ID, Provisioning status.
Item tag The list of tags attached to the lakehouse is any.
Type Type of the item. Lakehouse in this case.
Workspace ID ID of the workspace where the Lakehouse was created.
Status Status of provisioning of the lakehouse.


Last updated: 8/20/2025, 8:00:54 PM

On this page