Documentation
Back to Home

Getting Started

Overview

API Reference

API OverviewAuthentication
OpenAPI Spec

SDK Documentation

SDK Overview

API Reference

REST endpoints, authentication, and request examples

Base URL

https://your-project.supabase.co

Authentication

All API requests require authentication. You can use either JWT tokens or API keys.

Learn more about authentication →

API Endpoints

Logs
Ingest and search log events
  • • POST /functions/v1/ingest
  • • POST /functions/v1/search-dsl
Saved Searches
Manage saved search queries
  • • List, create, update, delete searches
  • • Run saved searches
Usage
Monitor usage and quotas
  • • Get monthly usage data
  • • Check quota limits
Alerts
Manage alert rules and history
  • • Create and manage alert rules
  • • View alert history
Tenants
Tenant and plan information
  • • Get tenant details
  • • Manage tenant settings
API Keys
Manage API keys for authentication
  • • Create and revoke API keys
  • • View key usage
Health Checks
System health and monitoring
  • • Liveness and readiness checks
  • • System metrics
OpenAPI Specification
Download or view the complete OpenAPI spec

Rate Limits

Rate limits are enforced per tenant and vary by plan:

  • Free plan: 10,000 events/month, 1GB storage
  • Pro plan: 1,000,000 events/month, 100GB storage
  • Enterprise: Custom limits