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