Lists Iceberg namespaces.
Try it now
Test
RAM authorization
Request syntax
GET /iceberg/dlf/v1/{catalogId}/namespace-details HTTP/1.1Request 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.