Tracking Fix Lifecycle Metrics
Overview
Metric
JSON Path from Response Root
Description
Step 1: Retrieve Fix Report Details (GET fix-reports/{fixReportId})
GET fix-reports/{fixReportId})curl -X GET "https://api.mobb.ai/api/rest/fix-reports/e4cf4cd5-474a-4534-8e47-4e0761bba7c2" \
-H "x-mobb-key: YOUR_API_KEY" \
-H "Content-Type: application/json"Step 2: Locate the Lifecycle Fields in the Response
{
"fixReport": [
{
"id": "e4cf4cd5-474a-4534-8e47-4e0761bba7c2",
"vulnerabilityReport": {
"vendor": "snyk",
"project": {
"id": "a99ee2d4-d233-4f03-a424-694bc6c74bbe",
"name": "marinus"
}
},
"fixes": [
{
"id": "a0e9ee39-029f-4b2a-a40b-24b5df6cb809",
"safeIssueType": "NO_LIMITS_OR_THROTTLING",
"safeIssueLanguage": "JavaScript",
"state": "Downloaded",
"vulnerabilityReportIssues": [
{
"id": "04236e63-41d3-4443-ba17-4a707087e5f5",
"vendorInstanceId": null,
"sharedState": {
"createdAt": "2025-07-07T17:21:55.010016+00:00"
}
}
],
"scmSubmitFixRequests": [],
"sharedState": {
"isArchived": false,
"downloadedBy": [
{
"downloadedAt": "2026-02-26T17:32:56.523037+00:00",
"user": {
"id": "3a33403d-6cb3-4315-b35e-da52c9dc91b6",
"email": "[email protected]"
}
}
],
"fixRatings": []
}
},
{
"id": "ded982cf-ad6b-4fed-b1f9-99dc8012241c",
"safeIssueType": "SQL_Injection",
"safeIssueLanguage": "JavaScript",
"state": "Committed",
"vulnerabilityReportIssues": [
{
"id": "02ce56c0-710f-49f9-b5ff-72d963cfc1d0",
"vendorInstanceId": null,
"sharedState": {
"createdAt": "2025-07-07T17:21:58.22535+00:00"
}
}
],
"scmSubmitFixRequests": [
{
"prId": "51",
"prStatus": "ACTIVE",
"prUrl": "https://github.com/antonychiu2/Marinus/pull/51",
"submitBranchName": "Mobb-fix-e55e8e3628",
"commitUrl": null,
"createdAt": "2025-12-19T20:02:55.495498+00:00",
"updatedAt": "2025-12-19T20:02:55.495498+00:00"
}
],
"sharedState": {
"isArchived": false,
"downloadedBy": [
{
"downloadedAt": "2026-02-26T17:32:57.03292+00:00",
"user": {
"id": "3a33403d-6cb3-4315-b35e-da52c9dc91b6",
"email": "[email protected]"
}
},
{
"downloadedAt": "2025-07-10T00:22:23.616325+00:00",
"user": {
"id": "313292e8-7969-4538-9301-97c7b7fd16e4",
"email": "[email protected]"
}
}
],
"fixRatings": []
}
}
]
}
]
}Field Reference
Last updated