Skip to main content
GET
/
api
/
v1
/
cert-manager
/
discovery-jobs
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
}

Query Parameters

projectId
string
required

The ID of the project

offset
number
default:0

Pagination offset

Required range: x >= 0
limit
number
default:25

Pagination limit

Required range: 1 <= x <= 100

Search filter for name or description

Response

Default Response

discoveries
object[]
required
totalCount
number
required