Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Efficiently handle large result sets with pagination
page
per_page
{ "data": [...], "meta": { "total": 247, "page": 1, "per_page": 25, "has_more": true } }
# Get second page of bookings curl "https://www.skaala.ai/api/v1/bookings?page=2&per_page=50" \ -H "X-API-Key: sk_live_..."