Collections

List your collections

Returns a list of all of your collections, including the name and schema for each collection.

get/v1/collections

Response

Returns metadata about your collection.

Example response

{
  "collections": [
    {
      "bytes": 296,
      "created_at": 1552341937,
      "updated_at": 1552341937,
      "id": 1,
      "name": "upcoming events",
      "rows": 2,
      "schema": [
        "eventDate",
        "eventName",
        "presents"
      ]
    }
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.