<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Continuation Token for Endpoints in Data Engineering</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Continuation-Token-for-Endpoints/m-p/4178325#M4302</link>
    <description>&lt;P&gt;The &lt;A href="https://learn.microsoft.com/en-us/rest/api/fabric/lakehouse/items/list-lakehouses?tabs=HTTP" target="_self"&gt;list_lakehouse&lt;/A&gt;&amp;nbsp; documentation shows a query parameters of &lt;SPAN&gt;continuation&lt;/SPAN&gt;&lt;WBR style="box-sizing: inherit; outline-color: inherit; color: #161616; font-family: SFMono-Regular, Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 600; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;" /&gt;&lt;SPAN&gt;Token&lt;/SPAN&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is the first call to the &lt;SPAN&gt;GET &lt;A href="https://api.fabric.microsoft.com/v1/workspaces/{workspaceId}/lakehouses" target="_blank"&gt;https://api.fabric.microsoft.com/v1/workspaces/{workspaceId}/lakehouses&lt;/A&gt;&lt;/SPAN&gt; endpoint supposed to return a continuationToken that needs to be utilized in a while loop for making subsequent calls?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;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. &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am trying to determine how can I get hold of the continuationToken.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;{
    "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"
                }
            }
        }
    ]
}&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 26 Sep 2024 14:40:10 GMT</pubDate>
    <dc:creator>smpa01</dc:creator>
    <dc:date>2024-09-26T14:40:10Z</dc:date>
    <item>
      <title>Continuation Token for Endpoints</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Continuation-Token-for-Endpoints/m-p/4178325#M4302</link>
      <description>&lt;P&gt;The &lt;A href="https://learn.microsoft.com/en-us/rest/api/fabric/lakehouse/items/list-lakehouses?tabs=HTTP" target="_self"&gt;list_lakehouse&lt;/A&gt;&amp;nbsp; documentation shows a query parameters of &lt;SPAN&gt;continuation&lt;/SPAN&gt;&lt;WBR style="box-sizing: inherit; outline-color: inherit; color: #161616; font-family: SFMono-Regular, Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 600; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;" /&gt;&lt;SPAN&gt;Token&lt;/SPAN&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is the first call to the &lt;SPAN&gt;GET &lt;A href="https://api.fabric.microsoft.com/v1/workspaces/{workspaceId}/lakehouses" target="_blank"&gt;https://api.fabric.microsoft.com/v1/workspaces/{workspaceId}/lakehouses&lt;/A&gt;&lt;/SPAN&gt; endpoint supposed to return a continuationToken that needs to be utilized in a while loop for making subsequent calls?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;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. &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am trying to determine how can I get hold of the continuationToken.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;{
    "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"
                }
            }
        }
    ]
}&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Sep 2024 14:40:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Continuation-Token-for-Endpoints/m-p/4178325#M4302</guid>
      <dc:creator>smpa01</dc:creator>
      <dc:date>2024-09-26T14:40:10Z</dc:date>
    </item>
    <item>
      <title>Re: Continuation Token for Endpoints</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Continuation-Token-for-Endpoints/m-p/4179444#M4310</link>
      <description>&lt;P&gt;HI&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/24978"&gt;@smpa01&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;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:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/rest/api/fabric/lakehouse/items/list-lakehouses?tabs=HTTP#lakehouses" target="_blank"&gt;Items - List Lakehouses - REST API (Lakehouse) | Microsoft Learn&lt;/A&gt;&lt;BR /&gt;Regards,&lt;/P&gt;
&lt;P&gt;Xiaoxin Sheng&lt;/P&gt;</description>
      <pubDate>Fri, 27 Sep 2024 01:55:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Continuation-Token-for-Endpoints/m-p/4179444#M4310</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-09-27T01:55:16Z</dc:date>
    </item>
  </channel>
</rss>

