v4
latestOpenAPI 3.0.02026-08-04109113304.5 KBGroups
Get an Exclusion Group
Get an Exclusion Group by ID
get/groups/{group_id}
Path parameters
group_idinteger required
The ID of the Exclusion Group you'd like to get
Response
Return Exclusion Group info
Example response
{
"entities": [
{
"id": 1234,
"kind": "Experiment",
"weight": 5000
}
],
"id": 3000,
"name": "Homepage Group",
"project_id": 1000
}