Base route: /api/project
Retrieves a list of script modules associated with the project, indicating which ones are currently imported into the project scope.
GET /api/project/script-modules?
projectId=...
{
"projectId": "string",
"scriptModules": [
{
"scriptModuleId": "string",
"name": "string",
"imported": true
}
]
}