Get Scan Job Status
Get the status of a scan job including progress information and per-tool scan results. Works for both source and hosted scans.
Documentation Index
Fetch the complete documentation index at: https://docs.enkryptai.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Path Parameters
Unique scan job UUID
"123e4567-e89b-12d3-a456-426614174000"
Response
Job status retrieved
Status of a scan job with progress information. Ownership/registry fields (org_id, user_id, project_name, registry_name) are only populated for private jobs; for public jobs they are returned as null. These fields mirror the x-enkrypt-* response headers.
Whether the scanned server is an official registry entry. Mirrors x-enkrypt-is-official header.
Whether the scan is private (scoped to the calling account). Mirrors x-enkrypt-is-private header.
Scan type. Mirrors x-enkrypt-scan-type header.
source, hosted, null Repository / server identifier. Mirrors x-enkrypt-repo-name header.
Hosted MCP server endpoint URL (hosted scans only). Mirrors x-enkrypt-endpoint-url header.
Authentication type used for the hosted scan (hosted scans only). Mirrors x-enkrypt-auth-type header.
Organization ID. Only populated when the job is private.
User ID. Only populated when the job is private.
Project name. Only populated when the job is private.
Registry name. Only populated when the job is private.
Per-tool scan results (present once tool scanning has started)

