API Reference/Dev serversGet the status of a Dev ServerGET/ephemeral/v1/dev-servers/statusTestRequest Bodyapplication/jsonRequireddevServerRequiredobjectShow AttributescURLJavaScriptcurl -X GET "https://api.freestyle.sh/ephemeral/v1/dev-servers/status" \ -H "Content-Type: application/json" \ -d '{ "devServer": { "repoId": "string", "kind": "repo" } }'200500SuccessfulResponse{ "installing": true, "devRunning": true }TypeScriptPreviousDeploy a Website (v1) POSTNextRequest a Dev Server POST