Retrieve a specific project by its name
curl --request GET \ --url https://www.orgo.ai/api/projects/by-name/{name} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "name": "<string>", "status": "starting", "desktop": { "webUrl": "<string>", "vncHost": "<string>", "vncPort": 123, "webPort": 123, "id": "<string>", "name": "<string>", "customDomain": "<string>" } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Name of the project to retrieve
Project details
The response is of type object.
object