Return the list of projects currently running.

GET /data/projects/open

Most of the time, past projects are not needed.

Responses

  • 200

    All running projects

GET /data/projects/open
curl \
 -X GET http://localhost:8080/api/data/projects/open \
 -H "Authorization: $API_KEY"