All Products
Search
Document Center

Data Lake Formation:ListIcebergNamespaceDetails

Last Updated:Dec 16, 2025

Lists Iceberg namespaces.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

Request syntax

GET /iceberg/dlf/v1/{catalogId}/namespace-details HTTP/1.1

Request parameters

Parameter

Type

Required

Description

Example

catalogId

string

Yes

The ID of the catalog.

clg-iceberg-xxx

maxResults

integer

No

The number of entries to return on each page. Default value: 1000. Maximum value: 1000.

1000

pageToken

string

No

The token for the next page of results. If the response does not include this token, pass an empty string ("").

""

namespaceNamePattern

string

No

The namespace name pattern. Supports right-hand fuzzy matching with the percent sign (%).

namespace%

Response elements

Element

Type

Description

Example

object

The response body.

nextPageToken

string

The token for the next page of results. If this parameter is not returned, all results have been retrieved.

""

namespaceDetails

array

The namespaces.

Namespace

The details of a namespace.

Examples

Success response

JSON format

{
  "nextPageToken": "\"\"",
  "namespaceDetails": [
    {
      "owner": "",
      "createdAt": 0,
      "updatedBy": "",
      "createdBy": "",
      "name": "",
      "options": {
        "key": ""
      },
      "location": "",
      "id": "",
      "updatedAt": 0
    }
  ]
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.