Lists functions.
Try it now
Test
RAM authorization
Request syntax
GET /dlf/v1/{catalogId}/databases/{database}/functions HTTP/1.1
Path Parameters
|
Parameter |
Type |
Required |
Description |
Example |
| catalogId |
string |
Yes |
The ID of the data catalog. |
clg-iceberg-xxxx |
| database |
string |
Yes |
The name of the database. |
database_name |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| maxResults |
integer |
No |
The maximum number of records to return in the response. |
1000 |
| pageToken |
string |
No |
A pagination token. Use this token to retrieve the next page of results. Pass an empty string ("") if this parameter is not returned in the response. |
"" |
| functionNamePattern |
string |
No |
A pattern to filter function names. |
function% |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
ListFunctionsResponse |
||
| functions |
array |
The function definitions. |
|
|
string |
A function definition. |
[] |
|
| nextPageToken |
string |
A pagination token. Use this token to retrieve the next page of results. If this parameter is null, all results have been returned. |
E8ABEB1C3DB893D16576269017992F57 |
Examples
Success response
JSON format
{
"functions": [
"[]"
],
"nextPageToken": "E8ABEB1C3DB893D16576269017992F57"
}
Error codes
See for a complete list.
Release notes
See Release Notes for a complete list.