Sign up and get started with Confidence today! Create your account
Sign up and get started with Confidence today! Create your account
Executes the addExploratoryAnalysis function.
curl --request POST \
--url https://experiments.confidence.dev/v1/workflows/rollout/instances/{instance}:addexploratoryanalysis \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'{
"createTime": "<string>",
"id": "<string>",
"messages": [
"<string>"
],
"metrics": [
{
"dimensions": [
{
"column": "<string>",
"dimensionTable": "<string>",
"factTable": "<string>"
}
],
"name": "<string>",
"calculation": "<string>",
"scheduledCalculation": "<string>"
}
],
"name": "<string>",
"state": "STATE_UNSPECIFIED",
"updateTime": "<string>",
"analysisResults": [
{
"analysisResult": "<string>",
"exposureFilterName": "<string>"
}
],
"conclusion": {
"text": "<string>",
"updateTime": "<string>"
},
"createdBy": "<string>",
"endTime": "<string>",
"labels": [
{
"key": "<string>",
"value": "<string>"
}
],
"splitByExposureFilters": true,
"startTime": "<string>",
"useCustomDateRange": true,
"useScheduledCalculation": true
}Documentation Index
Fetch the complete documentation index at: https://confidence.spotify.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Parameters for the function.
Show child attributes
OK
The create time
The analysis id
Messages
The metrics to analyze
Show child attributes
The analysis name
The analysis state
STATE_UNSPECIFIED, EMPTY, CALCULATING, DONE, ERROR, STALE The update time
Analysis results
Show child attributes
The conclusion
Show child attributes
A resource name on the format users/abc
The end time of the analysis time window
Labels
Show child attributes
Whether to split by exposure filters
The start time of the analysis time window
Whether the analysis uses a custom date range
Use scheduled calculations instead of one-time calculations
Was this page helpful?
curl --request POST \
--url https://experiments.confidence.dev/v1/workflows/rollout/instances/{instance}:addexploratoryanalysis \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'{
"createTime": "<string>",
"id": "<string>",
"messages": [
"<string>"
],
"metrics": [
{
"dimensions": [
{
"column": "<string>",
"dimensionTable": "<string>",
"factTable": "<string>"
}
],
"name": "<string>",
"calculation": "<string>",
"scheduledCalculation": "<string>"
}
],
"name": "<string>",
"state": "STATE_UNSPECIFIED",
"updateTime": "<string>",
"analysisResults": [
{
"analysisResult": "<string>",
"exposureFilterName": "<string>"
}
],
"conclusion": {
"text": "<string>",
"updateTime": "<string>"
},
"createdBy": "<string>",
"endTime": "<string>",
"labels": [
{
"key": "<string>",
"value": "<string>"
}
],
"splitByExposureFilters": true,
"startTime": "<string>",
"useCustomDateRange": true,
"useScheduledCalculation": true
}