---
title: "GET /discoTemplates/{templateId}"
method: GET
path: "/discoTemplates/{templateId}"
tags: ["Discovery Templates"]
---

# GET /discoTemplates/{templateId}

`GET /discoTemplates/{templateId}`

Retrieve a disco template with a given templateId.

## Path parameters

- `templateId` string, required

## Query parameters

- `api-version` string, required

## Response `200`

The request has succeeded.

- DiscoTemplate — The items in the current page of results.
  - `id` string, required — The system generated unique id for the resource.
  - `name` string — The caller provided unique name for the resource.
  - `displayName` string — The name that can be used for display purposes.
  - `industry` string — The name of the industry.
  - `region` string — The name of the region.
  - `countryCode` string — The country code.
  - `stateCode` string — The state code.
  - `city` string — The name of the city.
  - `seeds` DiscoSource[] — The list of disco template seeds.
    - `kind` 'as' | 'attribute' | 'contact' | 'domain' | 'host' | 'ipBlock' — The kind of disco source.
    - `name` string — The name for the disco source.
  - `names` string[] — The list of disco template names.

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/azure/apis/riskiq-microsoft-easm.md) · [All operations](https://skmtc.net/azure/apis/riskiq-microsoft-easm/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/riskiq-microsoft-easm/revisions/5865b52c51a3/schema)
