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

# View workspace details

> Compute specs, pricing summary, image, and attached storage.

<div>
  <Frame>
    <img src="https://mintcdn.com/dora/vPFagCAoutrvcxVV/images/newworkspacedetails.png?fit=max&auto=format&n=vPFagCAoutrvcxVV&q=85&s=7b9c462a11197a9157f56909b98fd73a" alt="Workspace details page with Compute specs, Pricing summary, Container image, and storage sections" width="1920" height="1266" data-path="images/newworkspacedetails.png" />
  </Frame>

  <small>Example: Workspace details</small>
</div>

<Info>
  The details page shows the following sections:

  * **Compute specs**: Cluster, GPU, CPU, memory, and Temporary storage size
  * **Pricing summary**: Hourly GPU resource cost and storage cost
  * **Container image**: The Docker image running in the workspace
  * **Cluster storage**: Mount path and capacity of Cluster storage volumes
  * **Object storage**: Object storage volumes and their mount paths
</Info>

<Note>
  These details stay visible on paused workspaces too, so you can review the configuration before resuming.
</Note>

## Cost states

| State      | Cost                     |
| ---------- | ------------------------ |
| Running    | GPU + storage            |
| Paused     | Storage only (GPU = \$0) |
| Terminated | No cost                  |

## Status & history

Get detailed visibility into your workspace's lifecycle.

<Tip>Use the demo below to see how to open **Event history** in the workspace details page and review the event timeline.</Tip>

<div style={{ position: 'relative', paddingBottom: 'calc(65.9375% + 41px)', height: 0, width: '100%' }}>
  <iframe src="https://demo.arcade.software/QZdF2uBNQySC81o0Mm5K?embed&embed_mobile=inline&embed_desktop=inline&show_copy_link=true" title="View the Activity History of a Terminating Workspace" frameBorder="0" loading="lazy" webkitAllowFullScreen="" mozAllowFullScreen="" allowFullScreen allow="clipboard-write" style={{ position: 'absolute', top: 0, left: 0, width: '100%', height: '100%', colorScheme: 'light' }} />
</div>

<div>
  <Frame>
    <img src="https://mintcdn.com/dora/0WcPwKFrpA0t7Fn7/images/workspace_event_history.png?fit=max&auto=format&n=0WcPwKFrpA0t7Fn7&q=85&s=c369ce932500a0b15692f5b6a98828c4" alt="Event history panel showing workspace state transitions and errors over time" width="7680" height="4320" data-path="images/workspace_event_history.png" />
  </Frame>

  <small>Example: Workspace event history</small>
</div>

<Info>
  The status panel shows:

  * **Detailed status**: Specific reason — *Waiting for GPU capacity* when `Queued`, *Downloading image* when `Initializing`
  * **Event history**: Timeline of state transitions, errors (for example, `OOMKilled`, credit exhaustion), and scheduling events
  * **Runtime**: Elapsed time when running, `N/A` when paused, total runtime when terminated
</Info>

## See also

* [Connect](/member/workspace/connect)
* [Pricing](/pricing/gpu-instances)
