---
title: "List all runs of an Experiment by team and ID."
method: GET
path: "/failure-flags/experiments/{id}/runs"
tags: ["failure-flags.experiments"]
---

# List all runs of an Experiment by team and ID.

`GET /failure-flags/experiments/{id}/runs`

Requires the privilege [`EXPERIMENTS_READ`](https://www.gremlin.com/docs/user-management/access-control/#privileges)

## Path parameters

- `id` string, required

## Query parameters

- `teamId` string, required

## Response `200`

List all runs of an Experiment by team and ID

- ExperimentRunSummary[]
  - `startTime` string, date-time
  - `stopTime` string, date-time
  - `impacts` integer
  - `deliveries` integer

## Other responses

- `401` — Authorization header missing or malformed. Please provide proper credentials in the authorization header.
- `403` — User requires privilege for target team: EXPERIMENTS_READ
- `404` — Not found

---

[API](https://skmtc.net/gremlin/apis/gremlin-api.md) · [All operations](https://skmtc.net/gremlin/apis/gremlin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gremlin/gremlin-api/versions/70fe938a0b35/schema)
