Create Projects
To create a Project using the SDK:- Create a Workflow template in the Encord platform.
- Use the Workflow template ID, highlighted in the screenshot below, as a parameters to the create_project() method.

Projects cannot be deleted using the SDK or the API. Use the Encord platform to delete Projects.
View Project Details
The following example shows how to retrieve a Project’s status. You can access other Project details in a similar way. For a complete list of available methods, refer to our SDK reference for the project class. In the following script replace<project_hash> with the unique ID of your Project.
View Collaborator Session Information
Use thelist_collaborator_timers() method on a ‘project’ object to obtain session information for each collaborator that has worked on the project within a specified range of dates.

