cURL
curl --request GET \ --url https://us.infisical.com/api/v1/cert-manager/discovery-jobs/{discoveryId}/scans
{ "scans": [ { "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>" } ], "totalCount": 123 }
Get scan history for a PKI discovery configuration
The ID of the discovery configuration
Pagination offset
x >= 0
Pagination limit
1 <= x <= 100
Default Response
Show child attributes
Was this page helpful?