Auto-generated collection query endpoint
GET /api/apps/:app_id/collections/:collection/data
Copy
curl --request GET \ --url https://api.example.com/api/apps/{app_id}/collections/{collection}/data
Collections
Auto-generated collection query endpoint
GET /api/apps/:app_id/collections/:collection/data
Accepts any query parameters that match indexed fields in the collection.
Example: GET /api/apps/app_123/collections/users/data?email=test@example.com&status=active
This is PUBLIC - no authentication required (like predefined queries)
GET
/
api
/
apps
/
{app_id}
/
collections
/
{collection}
/
data
Auto-generated collection query endpoint
GET /api/apps/:app_id/collections/:collection/data
Copy
curl --request GET \ --url https://api.example.com/api/apps/{app_id}/collections/{collection}/data