curl --request GET \
--url https://{tenantDomain}/api/v2/experimentation/experiments/{id} \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"name": "<string>",
"feature_flag_id": "<string>",
"authentication_flow": "<string>",
"allocation_strategy": "percentage",
"assignment_config": {
"subject": "device"
},
"status": "draft",
"is_valid": true,
"allocations": [
{
"variation_id": "<string>",
"segment_id": "<string>",
"weight": 123,
"priority": 123,
"is_control": true,
"is_fallback": true
}
],
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"description": "<string>",
"started_at": "2023-11-07T05:31:56Z",
"ended_at": "2023-11-07T05:31:56Z"
}Retrieve a single experiment with its allocations by ID.
curl --request GET \
--url https://{tenantDomain}/api/v2/experimentation/experiments/{id} \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"name": "<string>",
"feature_flag_id": "<string>",
"authentication_flow": "<string>",
"allocation_strategy": "percentage",
"assignment_config": {
"subject": "device"
},
"status": "draft",
"is_valid": true,
"allocations": [
{
"variation_id": "<string>",
"segment_id": "<string>",
"weight": 123,
"priority": 123,
"is_control": true,
"is_fallback": true
}
],
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"description": "<string>",
"started_at": "2023-11-07T05:31:56Z",
"ended_at": "2023-11-07T05:31:56Z"
}Documentation Index
Fetch the complete documentation index at: https://auth0.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.
The ID of the experiment to retrieve.
Experiment successfully retrieved.
^exp_[A-HJ-NP-Za-km-z1-9]+$percentage, segment Show child attributes
Filter by status. Exact match.
draft, active, paused, completed, archived Show child attributes
Cette page vous a-t-elle été utile ?