> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ocoya.com/llms.txt
> Use this file to discover all available pages before exploring further.

# ocoya_get_workspace

> Get details for one authorized workspace.

# `ocoya_get_workspace`

Gets details for one authorized workspace by ID.

## Arguments

| Name          | Type   | Required | Description                                |
| ------------- | ------ | -------- | ------------------------------------------ |
| `workspaceId` | string | Yes      | Workspace ID from `ocoya_list_workspaces`. |

## Example

```json theme={null}
{
  "name": "ocoya_get_workspace",
  "arguments": {
    "workspaceId": "cmayvq3hk00017apshay5qezu"
  }
}
```

## Returns

Returns workspace details such as name, image, timezone, week start, color theme, and workspace options.
