List kubbis

List the kubbis owned by the authenticated API key. Paginated.


GET/api/v1/kubbis

List kubbis owned by the authenticated API key. Paginated with page and limit query params (default 20, max 100).

Auth: API key (Bearer token)

Response 200· json
{
  "kubbis": [
    {
      "id": "d290f1ee-6c54-4b01-90e6-d701748f0851",
      "status": "active",
      "content_type": "application/json",
      "max_retrievals": 1,
      "retrieval_count": 0,
      "first_retrieved_at": null,
      "last_retrieved_at": null,
      "metadata": null,
      "created_at": "...",
      "expires_at": "..."
    }
  ],
  "pagination": { "page": 1, "limit": 20, "total": 5, "total_pages": 1 }
}

Single-content items include content_type. Package items include file_count and total_size_bytes instead.