GET
/
api
/
v2
/
secret-scanning
/
configs
curl --request GET \
  --url https://us.infisical.com/api/v2/secret-scanning/configs
{
  "config": {
    "content": "<string>",
    "projectId": "<string>",
    "updatedAt": "2023-11-07T05:31:56Z"
  }
}

Query Parameters

projectId
string
required

The ID of the project to retrieve the Secret Scanning Configuration for.

Minimum length: 1

Response

200
application/json

Default Response

The response is of type object.