List files in the stage.
GET {{baseUrl}}/api/v2/databases/:database/schemas/:schema/stages/:name/files?pattern=<string>
List files in the stage -- this is equivalent to LIST @stage.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
pattern | string | A query parameter that filters the command output by a regular expression pattern. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
[{"name":"\u003cstring\u003e","size":"\u003cstring\u003e","md5":"\u003cstring\u003e","last_modified":"\u003cstring\u003e"},{"name":"\u003cstring\u003e","size":"\u003cstring\u003e","md5":"\u003cstring\u003e","last_modified":"\u003cstring\u003e"}]