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

# Get Workspace

Get a workspace by it's ID.

<Note>
  External Documentation

  To learn more, visit the [Ardoq documentation](https://developer.ardoq.com/public-api/#tag/Workspaces/paths/~1api~1v2~1workspaces~1%7Bid%7D/get).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter    | Description                                      |
  | ------------ | ------------------------------------------------ |
  | Workspace ID | The ID of the workspace to retrieve details for. |
</div>

## Example Output

```json theme={"dark"}
{
	"_meta": {
		"created": "2025-01-31T12:19:53.898Z",
		"createdBy": "af51f10f1e353d50568a945d",
		"lastUpdated": "2025-01-31T12:20:25.218Z",
		"lastModifiedBy": "7c53e66bc17d8b106c84eca9",
		"createdByEmail": "creator@ardoq.com",
		"createdByName": "Mr. Ardoq",
		"lastModifiedByEmail": "updater@ardoq.com",
		"lastModifiedByName": "Ms. Ardoq"
	},
	"_id": "02d85ec9e4d1a9b9d6e380e4",
	"_version": 1,
	"name": "My First Workspace",
	"description": "My favorite workspace",
	"views": [
		"blockDiagram",
		"tableView"
	],
	"startView": "blockDiagram",
	"workspaceKey": "ABC"
}
```

## Workflow Library Example

[Get Workspace with Ardoq and Send Results Via Email](https://library.blinkops.com/workflows/get-workspace-with-ardoq-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/get-workspace-with-ardoq-and-send-results-via-email/canvas" />
</div>
