---
title: "Summaries of Experiments and Campaigns"
method: GET
path: "/experiment_summaries"
tags: ["ExperimentSummary"]
---

# Summaries of Experiments and Campaigns

`GET /experiment_summaries`

Summaries of Experiments and Campaigns in a Project

## Query parameters

- `per_page` integer
- `page` integer
- `sort` 'name' | 'last_modified'
- `order` 'asc' | 'desc'
- `project_id` integer, required
- `archived` boolean
- `status` 'running' | 'paused' | 'archived' | 'not_started'

## Response `200`

Return experiment summary results

- ExperimentSummary[]
  - `archived` boolean — Whether or not the entity is archived.
  - `created` string, date-time — The time that the entity was created.
  - `description` string — Description for the entity if it has one.
  - `experiment_type` string — The type of experiment
  - `id` integer — ID of the entity
  - `last_modified` string, date-time — The time that the entity was last modified.
  - `name` string — Name of the entity. This value will be the 'key' of the entity if there is no name.
  - `project_id` integer — ID of the project that contains the entity (if applicable)
  - `project_name` string — Name of the project that contains the entity (if applicable)
  - `status` string — The current status for the entity if it has one.
  - `type` 'experiment' | 'campaign' — Type of the entity.

## Other responses

- `401` — Invalid credentials
- `403` — You do not have permission to search the specified Account or Project
- `default` — Unexpected error

---

[API](https://skmtc.dev/optimizely/apis/optimizely-api.md) · [All operations](https://skmtc.dev/optimizely/apis/optimizely-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/optimizely/optimizely-api/revisions/5151fe6a2297/schema)
