# Projects Endpoints for project and sector data retrieval ## Get projects with sectors - [GET /api/control/projects](https://docs.hydrobit.ag/spec/openapi/projects/getprojects.md): Retrieves all projects for the authenticated user's company with nested sector information. Requires JWT token authentication in the Authorization header. This endpoint: - Automatically resolves the user's company context from their JWT token - Returns all projects associated with the company - For each project, includes nested sectors with only name and sectorId fields - Only returns projectId and projectName for each project