get loaded projects
Returns a list of all loaded projects, each represented as a json object containing project name and id.
Path: /projects
Method: GET
openapi spec for 'get loaded projects'
Example
Request
curl 'http://127.0.0.1:8090/mb/v2/projects'
Response
[
{
"id": "_2024x_2_62b0208_1768870314838_439651_4946",
"name": "example_project_one"
},
{
"id": "_2024x_2_62b0208_1764687461387_465137_4688",
"name": "example_project_two"
}
]