Skip to main content
GET
/
api
/
v1
/
cert-manager
/
discovery-jobs
/
{discoveryId}
/
latest-scan
cURL
curl --request GET \
  --url https://us.infisical.com/api/v1/cert-manager/discovery-jobs/{discoveryId}/latest-scan
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "discoveryConfigId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "startedAt": "2023-11-07T05:31:56Z",
  "status": "<string>",
  "createdAt": "2023-11-07T05:31:56Z",
  "updatedAt": "2023-11-07T05:31:56Z",
  "completedAt": "2023-11-07T05:31:56Z",
  "targetsScannedCount": 0,
  "certificatesFoundCount": 0,
  "installationsFoundCount": 0,
  "errorMessage": "<string>"
}

Path Parameters

discoveryId
string<uuid>
required

The ID of the discovery configuration

Response

object | null

Default Response

id
string<uuid>
required
discoveryConfigId
string<uuid>
required
startedAt
string<date-time>
required
status
string
required
createdAt
string<date-time>
required
updatedAt
string<date-time>
required
completedAt
string<date-time> | null
targetsScannedCount
number
default:0
certificatesFoundCount
number
default:0
installationsFoundCount
number
default:0
errorMessage
string | null