> For the complete documentation index, see [llms.txt](https://developer.collibra.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.collibra.com/api/graphql/knowledge-graph/queries/domains.md).

# domains

A list of domains.

```graphql
domains(
  limit: Int = 10
  offset: Int = 0
  order: [DomainOrder]
  where: DomainFilter
): [Domain]
```

### Arguments

#### limit ● [`Int`](/api/graphql/knowledge-graph/scalars/int.md) scalar <a href="#limit" id="limit"></a>

The maximum items to return.

#### offset ● [`Int`](/api/graphql/knowledge-graph/scalars/int.md) scalar <a href="#offset" id="offset"></a>

The number of items to skip.

#### order ● [`[DomainOrder]`](/api/graphql/knowledge-graph/input-types/domain-order.md) list input <a href="#order" id="order"></a>

Sorting parameters.

#### where ● [`DomainFilter`](/api/graphql/knowledge-graph/input-types/domain-filter.md) input <a href="#where" id="where"></a>

Filtering parameters.

### Type

#### [`Domain`](/api/graphql/knowledge-graph/object-types/domain.md) object

A logical grouping of assets inside one community.
