# Export Project Data Exports project data for a given projectId. Only Project Admin and Analyst can Export Project Data from a project. Try it out is not available for this API. This API can be tested using conventional REST API clients such as postman or cURL. When calling this API from a REST client, you need to redirect output to a zip file as follows curl -X GET "http://HOST:PORT/codeinsight/api/project/exportProjectData?projectId=PROJECT_ID" -H "accept: application/octet-stream" -H "Authorization: Bearer JWT_TOKEN" > export.zip Endpoint: GET /project/exportProjectData Version: v1 Security: bearerAuth ## Query parameters: - `projectId` (integer, required) ID of the Project Example: 1 ## Response 200 fields ## Response 400 fields