Skip to main content
GET
/
workspaces
/
{workspace_id}
Get Workspace
curl --request GET \
  --url https://api.miteos.com/workspaces/{workspace_id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "name": "<string>",
  "storage_path": "<string>",
  "status": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

workspace_id
string
required

Response

Successful Response

id
string
required
name
string
required
storage_path
string
required
status
string
required