My projects
Retrieve all projects owned by the authenticated user, including both public and private projects.Endpoint
Authentication
Requires JWT authentication.Query Parameters
Page number for pagination
Number of projects per page (max 100)
Response
Array of project objects
Pagination metadata
Example
Response Example
Use Cases
Dashboard view
Dashboard view
Display all user projects in the dashboard for quick access and management.
Project management
Project management
List projects to select one for updating, deleting, or viewing details.
Export data
Export data
Export user’s project metadata for backup or migration purposes.
Next Steps
List all projects
Browse public projects from all users
Get project details
Retrieve detailed information about a specific project