List stages
GET {{baseUrl}}/api/v2/databases/:database/schemas/:schema/stages?like=<string>
Lists stages under the database and schema, with show options as query parameters.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
like | string | Query parameter to filter the command output by resource name. Uses case-insensitive pattern matching, with support for SQL wildcard characters. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
[{"name":"M0yyWGY2e","kind":"PERMANENT","url":"\u003cstring\u003e","endpoint":"\u003cstring\u003e","storage_integration":"\"R\"\"\"","comment":"\u003cstring\u003e","credentials":{"credential_type":"\u003cstring\u003e"},"encryption":{"type":"AWS_SSE_KMS","master_key":"\u003cstring\u003e","kms_key_id":"\u003cstring\u003e"},"directory_table":{"enable":false,"refresh_on_create":true,"auto_refresh":false,"notification_integration":"\u003cstring\u003e"},"created_on":"\u003cdateTime\u003e","has_credentials":"\u003cboolean\u003e","has_encryption_key":"\u003cboolean\u003e","owner":"\u003cstring\u003e","owner_role_type":"\u003cstring\u003e","region":"\u003cstring\u003e","cloud":"\u003cstring\u003e"},{"name":"jF","kind":"PERMANENT","url":"\u003cstring\u003e","endpoint":"\u003cstring\u003e","storage_integration":"\"Xa6\"\"\u003e\"","comment":"\u003cstring\u003e","credentials":{"credential_type":"\u003cstring\u003e"},"encryption":{"type":"NONE","master_key":"\u003cstring\u003e","kms_key_id":"\u003cstring\u003e"},"directory_table":{"enable":false,"refresh_on_create":true,"auto_refresh":false,"notification_integration":"\u003cstring\u003e"},"created_on":"\u003cdateTime\u003e","has_credentials":"\u003cboolean\u003e","has_encryption_key":"\u003cboolean\u003e","owner":"\u003cstring\u003e","owner_role_type":"\u003cstring\u003e","region":"\u003cstring\u003e","cloud":"\u003cstring\u003e"}]