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>" }
Get the latest scan for a PKI discovery configuration
The ID of the discovery configuration
Default Response
Was this page helpful?