Skip to main content
cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Get Fabric certified for FREE! Don't miss your chance! Learn more

Reply
smpa01
Esteemed Contributor

Continuation Token for Endpoints

The list_lakehouse  documentation shows a query parameters of continuationToken.

 

Is the first call to the GET https://api.fabric.microsoft.com/v1/workspaces/{workspaceId}/lakehouses endpoint supposed to return a continuationToken that needs to be utilized in a while loop for making subsequent calls?

 

I currently seee this as I don't have that many lakehouses in my dev workspace and it probably dos not return a continuationToken in the response body due to that. I see the following.

 

I am trying to determine how can I get hold of the continuationToken.

 

{
    "value": [
        {
            "id": "id1",
            "type": "Lakehouse",
            "displayName": "StagingLakehouse",
            "description": "",
            "workspaceId": "ws_id",
            "properties": {
                "oneLakeTablesPath": "tbl_path",
                "oneLakeFilesPath": "file_path",
                "sqlEndpointProperties": {
                    "connectionString": "sql_enp_1",
                    "id": "id_1",
                    "provisioningStatus": "Success"
                }
            }
        },
        {
            "id": "id2",
            "type": "Lakehouse",
            "displayName": "prd_lakehouse",
            "description": "",
            "workspaceId": "ws_id",
            "properties": {
                "oneLakeTablesPath": "tbl_path",
                "oneLakeFilesPath": "file_path",
                "sqlEndpointProperties": {
                    "connectionString": "sql_enp_2",
                    "id": "id_2",
                    "provisioningStatus": "Success"
                }
            }
        }
    ]
}

 

Did I answer your question? Mark my post as a solution!
Proud to be a Super User!
My custom visualization projects
Plotting Live Sound: Viz1
Beautiful News:Viz1, Viz2, Viz3
Visual Capitalist: Working Hrs
1 ACCEPTED SOLUTION
Anonymous
Not applicable

HI @smpa01,

AS the document said, the continuation token appear with continuation URL, I think you can check the result URL and token part to confirm if they has the next page to invoke and loading data:

Items - List Lakehouses - REST API (Lakehouse) | Microsoft Learn
Regards,

Xiaoxin Sheng

View solution in original post

1 REPLY 1
Anonymous
Not applicable

HI @smpa01,

AS the document said, the continuation token appear with continuation URL, I think you can check the result URL and token part to confirm if they has the next page to invoke and loading data:

Items - List Lakehouses - REST API (Lakehouse) | Microsoft Learn
Regards,

Xiaoxin Sheng

Helpful resources

Announcements
Sticker Challenge 2026 Carousel

Join our Community Sticker Challenge 2026

If you love stickers, then you will definitely want to check out our Community Sticker Challenge!

Free Fabric Certifications

Free Fabric Certifications

Get Fabric certified for free! Don't miss your chance.

January Fabric Update Carousel

Fabric Monthly Update - January 2026

Check out the January 2026 Fabric update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Users online (727)