---
title: "Obter workspace"
method: GET
path: "/workspaces/current"
tags: ["Workspaces"]
---

# Obter workspace

`GET /workspaces/current`

Retorna detalhes do workspace.

## Response `200`

Successful response

- object, nullable
  - `id` string, required — Identificador único do workspace
  - `type` 'legal_entity' | 'individual', required — Tipo de workspace: pessoa jurídica ou física
  - `name` string, required — Nome do workspace
  - `picture` object, nullable — Imagem do workspace (opcional)
    - `url` string, required — URL do arquivo
    - `title` string, nullable — Título do arquivo
    - `size` number, nullable — Tamanho do arquivo em bytes
    - `key` string, nullable — Chave do arquivo no armazenamento
    - `ext` string, nullable — Extensão do arquivo
    - `img` string, nullable — Imagem prévia do arquivo
    - `description` string, nullable — Descrição do arquivo
  - `site` string, nullable — Site do workspace (opcional)
  - `createdBy` string, nullable — ID do usuário que criou o registro
  - `updatedBy` string, nullable — ID do usuário que atualizou o registro
  - `createdAt` string, date-time — Data de criação
  - `updatedAt` string, date-time — Data da última atualização

## Other responses

- `default` — Error response

## Changes

> 49 revisions in range; 31 could not be searched.

- **2026-08-30** `aac648721522` — 2 info
  - the `createdAt` response's property default value changed from `2026-08-29T10:01:32.665Z` to `2026-08-30T05:01:23.813Z` for the status `200`
  - the `updatedAt` response's property default value changed from `2026-08-29T10:01:32.665Z` to `2026-08-30T05:01:23.813Z` for the status `200`
- **2026-08-04** `47e790499c2a` — 2 info
  - the `createdAt` response's property default value changed from `2026-08-04T02:01:14.575Z` to `2026-08-04T20:15:25.953Z` for the status `200`
  - the `updatedAt` response's property default value changed from `2026-08-04T02:01:14.575Z` to `2026-08-04T20:15:25.953Z` for the status `200`
- **2026-08-04** `beef9f1178c6` — 2 info
  - the `createdAt` response's property default value changed from `2026-08-03T07:01:01.797Z` to `2026-08-04T02:01:14.575Z` for the status `200`
  - the `updatedAt` response's property default value changed from `2026-08-03T07:01:01.797Z` to `2026-08-04T02:01:14.575Z` for the status `200`
- **2026-08-03** `24aa24da7b46` — 2 info
  - the `createdAt` response's property default value changed from `2026-08-02T12:01:24.135Z` to `2026-08-03T07:01:01.797Z` for the status `200`
  - the `updatedAt` response's property default value changed from `2026-08-02T12:01:24.135Z` to `2026-08-03T07:01:01.797Z` for the status `200`
- …earlier changes not shown

[Full history](https://skmtc.dev/rdstationmentoria/apis/accounts/changes/workspaces/current/get.md)

---

[API](https://skmtc.dev/rdstationmentoria/apis/accounts.md) · [All operations](https://skmtc.dev/rdstationmentoria/apis/accounts/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rdstationmentoria/accounts/revisions/aac648721522/schema)
