---
title: "List Experiments"
method: GET
path: "/workspaces/{workspace_id}/experiments"
tags: ["Experiment Management"]
---

# List Experiments

`GET /workspaces/{workspace_id}/experiments`

## Response `200`

Success

- union
  - ListExperimentApiResponse
    - `status` string, required
    - `results` ExperimentApiResponse[], required
      - `id` string — UUID of the experiment
      - `name` string
      - `content_type` string
      - `description` string
      - `created` string — ISO 8601 datetime
      - `creator_id` integer
      - `creator_name` string
      - `creator_email` string
      - `modified` string — ISO 8601 datetime
      - `deleted` string — ISO 8601 datetime when soft-deleted, null if active
      - `is_favorited` boolean
      - `pinned_date` string — Date string YYYY-MM-DD or null
      - `tags` string[]
      - `last_modified_by_id` integer
      - `last_modified_by_name` string
      - `last_modified_by_email` string
      - `can_view` boolean
      - `can_update_basic` boolean
      - `can_update_restricted` boolean
      - `can_update_visibility` boolean
      - `is_superadmin` boolean
      - `allow_staff_override` boolean
      - `can_share` boolean
      - `is_shared_with_project` boolean
      - `hypothesis` string
      - `status` 'draft' | 'active' | 'concluded' | 'success' | 'fail'
      - `variants` unknown[] — Array of variant objects
        - unknown
      - `metrics` unknown[] — Array of metric objects
        - unknown
      - `settings` object — Experiment settings including feature flag settings
      - `exposures_cache` object — Cached exposure counts
      - `results_cache` object — Cached experiment results
      - `start_date` string — ISO 8601 datetime
      - `end_date` string — ISO 8601 datetime
      - `feature_flag` object — Linked feature flag data, null if no flag linked
  - ExperimentApiErrorResponse
    - `status` string, required
    - `type` string, required
    - `error` union, required
      - string
      - object

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

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