# namespaces get-active

## Synopsis

```shell
omics workbench namespaces get-active
  [--id]
```

## Description

Get the active namespace for the current user. The active namespace is the namespace currently being used for all workbench operations. By default, the command outputs the full namespace details as JSON. Use the `--id` flag to output only the namespace ID, which is useful for scripting and automation.

This command replaces the deprecated [namespaces get-default](/products/command-line-interface/reference/workbench/namespaces-get-default.md) command.

## Examples

Get the full active namespace details

```shell
omics workbench namespaces get-active
```

Get only the active namespace ID

```shell
omics workbench namespaces get-active --id
```

Use the active namespace ID in another command

```shell
omics workbench runs list -n $(omics workbench namespaces get-active --id)
```

## Flags:

### `--id`

Output only the namespace ID instead of the full namespace JSON. This is useful for piping the namespace ID into other commands or scripts.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.omics.ai/products/command-line-interface/reference/workbench/namespaces-get-active.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
