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

Path Parameters

discoveryId
string<uuid>
required

The ID of the discovery configuration

Query Parameters

offset
number
default:0

Pagination offset

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

Pagination limit

Required range: 1 <= x <= 100

Response

Default Response

scans
object[]
required
totalCount
number
required