Skip to main content
GET
/
api
/
spaces
/
{spaceId}
/
computers
/
status
cURL
curl --request GET \
  --url https://api.kazzle.app/api/spaces/{spaceId}/computers/status \
  --header 'Authorization: Bearer <token>'
{
  "status": "<string>",
  "computerId": "<string>"
}

Authorizations

Authorization
string
header
required

Better Auth JWT token

Path Parameters

spaceId
string
required

Response

200 - application/json

Successful response

status
string
required
computerId
string