GET
/
experiments
List
curl --request GET \
  --url https://api.icepanel.io/v1/experiments
{
  "experiments": [
    {
      "description": "<string>",
      "docsUrl": "<string>",
      "flagKey": "<string>",
      "id": "<string>",
      "name": "<string>",
      "stage": "concept"
    }
  ]
}

Response

OK

The response is of type object.