---
title: "GET /discoGroups/{groupName}/runs"
method: GET
path: "/discoGroups/{groupName}/runs"
tags: ["Discovery Groups"]
---

# GET /discoGroups/{groupName}/runs

`GET /discoGroups/{groupName}/runs`

Retrieve a collection of discovery run results for a discovery group with a given groupName.

## Path parameters

- `groupName` string, required

## Query parameters

- `api-version` string, required
- `filter` string
- `skip` integer
- `maxpagesize` integer

## Response `200`

The request has succeeded.

- DiscoRunPageResult
  - `totalElements` integer — The total number of items available in the full result set.
  - `nextLink` string — The link to access the next page of results. Not set if at the end of the result set.
  - `value` DiscoRunResult[] — The items in the current page of results.
    - `submittedDate` string, date-time — The date for when the disco run was created in the system.
    - `startedDate` string, date-time — The date for when the disco run was actually started by the system.
    - `completedDate` string, date-time — The date for when the disco run was completed by the system.
    - `tier` string — The tier which will affect the algorithm used for the disco run.
    - `state` 'pending' | 'running' | 'completed' | 'failed' — The State of the disco run.
    - `totalAssetsFoundCount` integer — The total count of assets that were found this disco run.
    - `seeds` DiscoSource[] — The list of seeds used for the disco run.
      - `kind` 'as' | 'attribute' | 'contact' | 'domain' | 'host' | 'ipBlock' — The kind of disco source.
      - `name` string — The name for the disco source.
    - `excludes` DiscoSource[] — The list of excludes used for the disco run, aka assets to exclude from the discovery algorithm.
      - `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 names used for the disco run.

## 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)
