Skip to main content
This guide explains how to retrieve an existing project or projects using the BlendDuck SDK.

Usage

To retrieve a project, you’ll use the projects.get() method of the BlendDuck client.
To retrieve projects, you’ll use the projects.list() method

Error Handling

If the project cannot be found or there’s an issue with the API request, the method will throw an error. It’s good practice to wrap the call in a try-catch block to handle any potential errors gracefully.