cURL
curl --request GET \ --url https://us.infisical.com/api/v1/cert-manager/discovery-jobs
{ "discoveries": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "projectId": "<string>", "name": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "certificatesFound": 123, "installationsFound": 123, "description": "<string>", "discoveryType": "network", "targetConfig": "<unknown>", "isAutoScanEnabled": false, "scanIntervalDays": 123, "gatewayId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "isActive": true, "lastScanStatus": "<string>", "lastScanJobId": "<string>", "lastScanMessage": "<string>", "lastScannedAt": "2023-11-07T05:31:56Z" } ], "totalCount": 123 }
List PKI discovery configurations for a project
The ID of the project
Pagination offset
x >= 0
Pagination limit
1 <= x <= 100
Search filter for name or description
Default Response
Show child attributes
Was this page helpful?