v1

latestOpenAPI 3.0.12026-07-24110189356.6 KB
by-key

List keys.

List virtual directory-like structure created from keys in the storage where '/' is used as a separator.

get/layers/{layerId}/keys

Path parameters

layerIdstring required

The ID of the parent layer for this blob.

Query parameters

parentstring

Common prefix to a list.

pageTokenstring

Token to access other pages. To access next page use the nextPageToken fields in the response or previousPageToken to access previous page.

limitinteger

Maximum number of items to return.

deepboolean

Use deep (recursive) listing of objects instead of hierarchical listing. Deep listing will not produce any common prefixes.

Response

OK - Response includes a list of keys.

pageTokenstring

Page token to fetch the next page.

Example response

{
  "items": [
    {
      "name": "file1.txt",
      "size": 1024,
      "lastModified": "2019-12-10T12:20:54Z",
      "type": "object"
    }
  ]
}