{
"data": [
{
"attributes": {
"attempt_to_fix_id": "I42TEO",
"codeowners": [
"@foo",
"@bar"
],
"envs": "prod",
"first_flaked_branch": "main",
"first_flaked_sha": "0c6be03165b7f7ffe96e076ffb29afb2825616c3",
"first_flaked_ts": 1757688149,
"flaky_category": "Timeout",
"flaky_state": "active",
"history": [
{
"commit_sha": "abc123def456",
"policy_id": "ftm_policy.quarantine.failure_rate",
"policy_meta": {
"branches": [
"main",
"develop"
],
"config": {
"branches": [
"main"
],
"days_active": 30,
"failure_rate": 0.7,
"forget_branches": [
"release"
],
"required_runs": 100,
"state": "quarantined",
"test_services": [
"my-service"
]
},
"days_active": 15,
"days_without_flake": 30,
"failure_rate": 0.25,
"state": "quarantined",
"total_runs": 200
},
"status": "quarantined",
"timestamp": 1704067200000
}
],
"last_flaked_branch": "main",
"last_flaked_sha": "0c6be03165b7f7ffe96e076ffb29afb2825616c3",
"last_flaked_ts": 1757688149,
"module": "TestModule",
"name": "TestName",
"pipeline_stats": {
"failed_pipelines": 319,
"total_lost_time_ms": 1527550000
},
"services": [
"foo",
"bar"
],
"suite": "TestSuite",
"test_run_metadata": {
"duration_ms": 27398,
"error_message": "Expecting actual not to be empty",
"error_stack": "Traceback (most recent call last):\n File \"test_foo.py\", line 10, in test_foo\n assert actual == expected\nAssertionError: Expecting actual not to be empty",
"source_end": 20,
"source_file": "test_foo.py",
"source_start": 10
},
"test_stats": {
"failure_rate_pct": 0.1
}
},
"id": "string",
"type": "string"
}
],
"meta": {
"pagination": {
"next_page": "string"
}
}
}