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

Documentation Index

Fetch the complete documentation index at: https://infisical.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Query Parameters

projectId
string
required

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

Minimum string length: 1

Response

Default Response

config
object
required