Sanity logo

Documentation

    • Overview
    • Platform introduction
    • Next.js quickstart
    • Nuxt.js quickstart
    • Astro quickstart
    • React Router quickstart
    • Studio quickstart
    • Content Lake
    • Compute and AI
    • Visual Editing
    • APIs and SDKs
    • Platform management
    • Dashboard
    • Studio
    • Canvas
    • Media Library
    • App SDK
    • Content Agent
    • HTTP API
    • CLI
    • Libraries
    • Specifications
    • Changelog
    • User guides
    • Developer guides
    • Courses and certifications
    • Join the community
    • Templates
Back to Changelog
Back to Changelog
  1. Changelog
  2. JavaScript Client

Projects list now supports filtering to an Organization ID

Published: August 26, 2025

v7.10.0
JavaScript Client

Highlights

Project List Organization filtering

An optional organizationId property has been added to the options parameter. If passed, the list of projects will only belong to the specified Sanity Organization.

client.observable.projects.list({
    organizationId: 'ob1c2d3',
 })

On this page

  • Highlights
  • Project List Organization filtering
Sanity logosanity.io
© Sanity 2026
Change Site Theme
client.observable.projects.list({
    organizationId: 'ob1c2d3',
 })
All Systems Operational