Lists abtests with optional filtering and pagination.
curl --request GET \
--url https://experiments.confidence.dev/v1/workflows/abtest/instances \
--header 'Authorization: Bearer <token>'{
"abtests": [
{
"displayName": "<string>",
"state": "<string>",
"createTime": {},
"updateTime": {},
"creator": "<string>",
"updater": "<string>",
"name": "<string>",
"owner": "<string>",
"jobQueue": {},
"pendingTransition": {},
"checks": [
{}
],
"stateHistory": [
{}
],
"possibleTransitions": [
"<string>"
],
"lockedDataKeys": [
"<string>"
],
"workflowVersion": "<string>",
"surfaces": [
"<string>"
],
"transitionStatus": {},
"deleteTime": {},
"labels": [
{}
],
"abtest": {
"flag": "<string>",
"rollout": "<string>",
"treatments": [
{}
]
},
"decision": {
"conclusion": "<string>",
"outcome": {},
"treatment": "<string>"
},
"explore": {
"exploratoryAnalyses": [
{}
]
},
"exposure": {
"exposure": [
{}
]
},
"flags": {
"audiences": [
{}
],
"flag": "<string>",
"ignoreTargetingForSticky": true,
"intakePaused": true,
"materialization": "<string>",
"rule": "<string>",
"segment": "<string>",
"stickyAssignments": true,
"targetingKeySelector": "<string>"
},
"hypothesis": {
"text": "<string>"
},
"metrics": {
"bucket": {},
"metrics": [
{}
],
"assignmentTable": "<string>",
"entity": "<string>",
"exposureCalculation": "<string>",
"exposureFilter": {},
"exposureMetric": "<string>",
"exposureMetricCalculation": "<string>",
"exposureMetricSchedule": "<string>",
"exposureTable": "<string>",
"exposureTableSchedule": "<string>",
"filters": [
{}
]
},
"planning": {
"actual": {},
"planned": {}
},
"recommendations": {
"recommendations": [
{}
],
"treatmentRecommendations": [
{}
]
},
"report": {
"sections": [
{}
],
"name": "<string>"
},
"reviews": {
"approvalRequired": true,
"optionalReviews": [
{}
],
"requiredReviews": [
{}
],
"reviewId": "<string>",
"status": {}
},
"samplesize": {
"error": "<string>",
"exposure": {},
"exposureSource": {},
"metrics": [
{}
],
"requiredSampleSize": {},
"state": {},
"statsParameters": {}
},
"stats": {
"alpha": 123,
"analysisResult": "<string>",
"analysisResults": [
{}
],
"fallbackSampleSize": "<string>",
"metricInformation": [
{}
],
"metricMethods": [
{}
],
"power": 123,
"testHorizonStrategy": {}
}
}
],
"nextPageToken": "<string>"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Maximum number of results to return.
Token for pagination.
Filter expression for results.
Field to order results by.
Was this page helpful?
curl --request GET \
--url https://experiments.confidence.dev/v1/workflows/abtest/instances \
--header 'Authorization: Bearer <token>'{
"abtests": [
{
"displayName": "<string>",
"state": "<string>",
"createTime": {},
"updateTime": {},
"creator": "<string>",
"updater": "<string>",
"name": "<string>",
"owner": "<string>",
"jobQueue": {},
"pendingTransition": {},
"checks": [
{}
],
"stateHistory": [
{}
],
"possibleTransitions": [
"<string>"
],
"lockedDataKeys": [
"<string>"
],
"workflowVersion": "<string>",
"surfaces": [
"<string>"
],
"transitionStatus": {},
"deleteTime": {},
"labels": [
{}
],
"abtest": {
"flag": "<string>",
"rollout": "<string>",
"treatments": [
{}
]
},
"decision": {
"conclusion": "<string>",
"outcome": {},
"treatment": "<string>"
},
"explore": {
"exploratoryAnalyses": [
{}
]
},
"exposure": {
"exposure": [
{}
]
},
"flags": {
"audiences": [
{}
],
"flag": "<string>",
"ignoreTargetingForSticky": true,
"intakePaused": true,
"materialization": "<string>",
"rule": "<string>",
"segment": "<string>",
"stickyAssignments": true,
"targetingKeySelector": "<string>"
},
"hypothesis": {
"text": "<string>"
},
"metrics": {
"bucket": {},
"metrics": [
{}
],
"assignmentTable": "<string>",
"entity": "<string>",
"exposureCalculation": "<string>",
"exposureFilter": {},
"exposureMetric": "<string>",
"exposureMetricCalculation": "<string>",
"exposureMetricSchedule": "<string>",
"exposureTable": "<string>",
"exposureTableSchedule": "<string>",
"filters": [
{}
]
},
"planning": {
"actual": {},
"planned": {}
},
"recommendations": {
"recommendations": [
{}
],
"treatmentRecommendations": [
{}
]
},
"report": {
"sections": [
{}
],
"name": "<string>"
},
"reviews": {
"approvalRequired": true,
"optionalReviews": [
{}
],
"requiredReviews": [
{}
],
"reviewId": "<string>",
"status": {}
},
"samplesize": {
"error": "<string>",
"exposure": {},
"exposureSource": {},
"metrics": [
{}
],
"requiredSampleSize": {},
"state": {},
"statsParameters": {}
},
"stats": {
"alpha": 123,
"analysisResult": "<string>",
"analysisResults": [
{}
],
"fallbackSampleSize": "<string>",
"metricInformation": [
{}
],
"metricMethods": [
{}
],
"power": 123,
"testHorizonStrategy": {}
}
}
],
"nextPageToken": "<string>"
}