Fetch a project by project ID
ID of the project to fetch
Fetch a list of projects the authenticated user has access to.
Optional
options: { includeMembers?: true }Options for the list request
Optional
includeMembers?: trueWhether to include members in the response (default: true)
Fetch a list of projects the authenticated user has access to.
Optional
options: { includeMembers?: false }Options for the list request
Optional
includeMembers?: falseWhether to include members in the response (default: true)
Client for managing Sanity projects. Provides methods for fetching project information and managing project settings.
Example