---
title: "Get workspace information"
method: GET
path: "/v1/workspace"
tags: ["Workspace API - Workspace"]
---

# Get workspace information

`GET /v1/workspace`

Retrieve workspace details including app count

## Response `200`

Workspace information

- WorkspaceResponseDto
  - `id` string, required
  - `apps_count` number, required
  - `createdAt` string, required — ISO-8601 workspace creation timestamp
  - `created_at` number, required — Unix timestamp of workspace creation (seconds since epoch)

## Other responses

- `401` — Invalid API key

---

[API](https://skmtc.net/hopae/apis/hconnect-api.md) · [All operations](https://skmtc.net/hopae/apis/hconnect-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hopae/hconnect-api/revisions/ed6e97ac6f2f/schema)
