experiment-detail
Retrieve detailed information about a specific A/B test experiment by providing the experiment ID for accurate analysis and insights.
Instructions
Retrieves detailed information for a specific A/B test experiment.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
experimentId | Yes |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"experimentId": {
"type": "number"
}
},
"required": [
"experimentId"
],
"type": "object"
}