enterprise-admin
Get innersource vulnerability sync status for an enterprise
Get the status of an asynchronous innersource vulnerability sync operation for an enterprise. Returns 202 with a Retry-After header while the sync is still processing, or 200 with the full sync results once complete.
This endpoint does not support OAuth apps or personal access tokens.
get/enterprises/{enterprise}/innersource-vulnerabilities/sync/status/{job_id}
Path parameters
enterprisestring required
The slug version of the enterprise name.
job_idstring required
The unique identifier of the sync job.
Response
Sync operation completed
Example response
{
"processed": 3,
"created": 2,
"updated": 1,
"results": [
{
"external_id": "MVS-2026-001",
"status": "created",
"ghsa_id": "GHIS-xxxx-xxxx-xxxx"
}
]
}