Sign in

List vector buckets

documented

List vector buckets.

GET /storage/v1/vector/bucketsStorageno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://{{SUPABASE_PROJECT_URL}}.supabase.co/storage/v1/vector/buckets?query={{$query}}&page={{$page}}&limit={{$limit}}" \
  -X GET \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "apikey: {{SUPABASE_API_KEY}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json"
List vector buckets · Supabase · OpenIntegrations