Base route: /api/project
Retrieves a list of all workspace-level variables that have been imported into the current project scope.
GET /api/project/workspace-variables?
projectId=...
{
"projectId": "string",
"workspaceVariables": [
{
"projectVariableId": "string",
"name": "string",
"variableType": "string"
}
]
}