curl --request GET \
--url https://api.coralogix.com/mgmt/openapi/3/cases/cases/team-configs/v1/configs/active \
--header 'Authorization: <api-key>'{
"teamConfig": {
"createTime": "2025-09-22T10:30:00.000Z",
"id": "3f166e9f-3c88-4af2-b52e-138f339dab3e",
"name": "Default Team Config",
"settings": {
"manualResolutionSnoozePeriod": "600s",
"suppressionPeriod": "3600s"
},
"updateTime": "2023-11-07T05:31:56Z"
}
}Retrieve the currently active team configuration (after any org- or user-level precedence resolution).
Requires the following permissions:
case-config:Readcurl --request GET \
--url https://api.coralogix.com/mgmt/openapi/3/cases/cases/team-configs/v1/configs/active \
--header 'Authorization: <api-key>'{
"teamConfig": {
"createTime": "2025-09-22T10:30:00.000Z",
"id": "3f166e9f-3c88-4af2-b52e-138f339dab3e",
"name": "Default Team Config",
"settings": {
"manualResolutionSnoozePeriod": "600s",
"suppressionPeriod": "3600s"
},
"updateTime": "2023-11-07T05:31:56Z"
}
}Was this page helpful?