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.
To use an existing template when creating a Project, users must have Admin privileges on the template. We recommend creating a copy of the Workflow template before Project creation, to ensure you have Admin privileges.

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.
The project ID can be found within the URL once a project has been selected:
app.encord.com/projects/view/<project_hash>/summary
app.us.encord.com/projects/view/<project_hash>/summary
View Collaborator Session Information
This endpoint is deprecated and retrieves collaborator timers from the Legacy Performance Dashboards, not the Upgraded Analytics Dashboard.If you want to access the new Analytics Dashboards using the API or SDK contact your Encord team.
list_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.