---
title: "Queryable"
description: "Queryable"
url: "https://www.contentstack.com/docs/developers/sdks/content-delivery-sdk/swift/reference/queryable"
product: "Contentstack"
doc_type: "guide"
audience:
  - developers
  - admins
version: "current"
last_updated: "2026-09-21"
---

# Queryable

## Queryable

The base Queryable protocol to find collections for content types, assets, and entries.

## find(_:)

This is a generic find method which can be used to fetch collections of **ContentType**, **Entry**, and **Asset** instances.

**Note:** By default, the limit for response details per request is 100, with the maximum limit set at 250.

A handler which will be called on completion of the operation.

## Queryable | Swift Delivery SDK | Contentstack

Queryable is the base protocol for finding collections of content types, assets, and entries in the Swift Delivery SDK.