Listing sets

This method will list all sets in your selected bucket.

Listing sets

GET
/{bucket name}/sets
RESPONSE BODY
[
  {
    "Name": "ExampleSet1",
    "LastModified": "2022-05-15T01:16:49.000Z",
    "Size": 22805
  },
  {
    "Name": "ExampleSet2",
    "LastModified": "2022-05-14T22:45:31.000Z",
    "Size": 209748
  }
]

Next articleDeleting sets