---
title: "Retrieve Domains"
method: GET
path: "/v3/domains"
tags: ["Domains"]
---

# Retrieve Domains

`GET /v3/domains`

Retrieve a list of Domains associated with the Organization's API key.

Each Domain contains potentially 4 Arrays related to the Domain these are as follows:
- models - the list of models associated with the Domain
- filterConfigs - the list of filterConfigs associated with the Domain
- domainMetadata - the list of Domain specific options that have been configured for this domain.

## Headers

- `key` string, required

## Response `200`

OK

- DomainList
  - `items` Domain[], required — The list of domains in the response.
    - `domainId` integer, required — The unique identifier for the domain.
    - `domainName` string, required — The name of the domain.
    - `models` Model[], required — The models associated with the domain.
      - `id` integer — The unique identifier for the model.
      - `name` string — The name of the model.
      - `provider` string — The provider of the model.
      - `status` string — The status of the model.
      - `srcLang` string — The source language of the model.
      - `trgLang` string — The target language of the model.
      - `srcLocale` string — The source locale of the model.
      - `trgLocale` string — The target locale of the model.
    - `filterConfigs` FilterConfig[], required — The filter configurations associated with the domain.
      - `id` integer — The unique identifier for the filter configuration.
      - `isDefault` boolean — Indicates if the filter configuration is the default.
      - `filterConfig` string — The filter configuration.
      - `filterName` string — The name of the filter.
      - `configName` string — The name of the configuration.
      - `configDescription` string — The description of the configuration.
      - `subfilters` string — The subfilters.
      - `segmentationConfigSetting` 'SENTENCE' — The segmentation configuration setting.
      - `srx` string — The SRX (Segmentation Rules eXchange) data.
      - `segmentationConfigName` string — The name of the segmentation configuration.
      - `domains` DomainReference[] — The domains associated with the filter configuration.
        - `id` integer — The unique identifier for the domain.
        - `name` string — The name of the domain.
      - `createdAt` string, date-time — The creation timestamp.
      - `updatedAt` string, date-time — The last update timestamp.
      - `default` boolean — Indicates if the filter configuration is the default.
    - `domainMetadata` DomainMetadata[], required — Metadata associated with the domain.
      - `id` integer — The unique identifier for the metadata.
      - `key` string — The key of the metadata.
      - `value` string — The value of the metadata.
  - `size` integer, required — The total number of domains in the list.

## Other responses

- `404` — Not Found

---

[API](https://skmtc.net/lilt/apis/lilt-api.md) · [All operations](https://skmtc.net/lilt/apis/lilt-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lilt/lilt-api/revisions/444772351ac3/schema)
