Skip to main content

DormantWorkspaceResponse

Response for dormant workspaces endpoint.

workspaces object[]required
  • Array [
  • idId (string)required
    nameName (string)required
    slugSlug (string)required
    member_countMember Count (integer)required
    subscription_tierSubscription Tier (string)
    Default value: free
    last_activity object
    anyOf
    string
    inactive_daysInactive Days (integer)required
    created_at objectrequired
    anyOf
    string
  • ]
  • totalTotal (integer)required
    inactive_days_thresholdInactive Days Threshold (integer)required
    DormantWorkspaceResponse
    {
    "workspaces": [
    {
    "id": "string",
    "name": "string",
    "slug": "string",
    "member_count": 0,
    "subscription_tier": "free",
    "last_activity": "string",
    "inactive_days": 0,
    "created_at": "string"
    }
    ],
    "total": 0,
    "inactive_days_threshold": 0
    }