v1
latestOpenAPI 3.0.02026-07-141,4077,1665.2 MBTest Optimization
Get Test Optimization service settings
Retrieve Test Optimization settings for a specific service identified by repository, service name, and environment.
post/api/v2/ci/test-optimization/settings/service
Request body
Example request
{
"data": {
"attributes": {
"env": "prod",
"repository_id": "github.com/datadog/shopist",
"service_name": "shopist"
},
"type": "test_optimization_get_service_settings_request"
}
}Response
OK
Example response
{
"data": {
"attributes": {
"env": "prod",
"repository_id": "github.com/datadog/shopist",
"service_name": "shopist",
"test_impact_analysis_enabled": true,
"test_impact_analysis_enabled_is_overridden": true
},
"id": "9b8a7c6d-5e4f-3a2b-1c0d-9e8f7a6b5c4d",
"type": "test_optimization_service_settings"
}
}