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',
})