Project Management Guide
This guide covers how to manage your Voyager projects programmatically, including creating projects, organizing them, and managing their lifecycle.Overview
Projects are containers for CT scan data, analyses, and results. The API provides comprehensive endpoints for managing projects throughout their lifecycle.Creating Projects
Basic Project Creation
- Python
- curl
Listing Projects
Basic Listing
- Python
Filtering Projects
- Python
Getting Project Details
- Python
Updating Projects
- Python
Project Lifecycle Management
Archiving Projects
- Python
Copying Projects
- Python
Moving Projects
- Python
Deleting Projects
- Python
Working with Project Tags
- Python
Getting Project Data
Project Parts
- Python
Project Bookmarks
- Python
Best Practices
1. Use Pagination
Always handle pagination when listing projects:2. Filter Before Processing
Use API filters instead of filtering in your code:3. Handle Errors Gracefully
Next Steps
- API Reference - Projects - Complete endpoint reference
- Bulk Operations Guide - Manage multiple projects at once
- Data Export Guide - Export project data