Skip to main content
POST
/
core.v1.LogsService
/
ListLogConfigurations
cURL
curl -X POST "https://api.joinformal.com/core.v1.LogsService/ListLogConfigurations" \
  -H "X-API-KEY: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "example": "value"
  }'
{
  "logConfigurations": [
    {
      "id": "<string>",
      "name": "<string>",
      "encryptionKeyId": "<string>",
      "scope": {
        "scope": "LOG_CONFIGURATION_SCOPE_TYPE_UNSPECIFIED",
        "resourceId": "<string>",
        "connectorId": "<string>",
        "spaceId": "<string>"
      },
      "request": {
        "sql": {
          "stripValues": true,
          "encrypt": true
        },
        "encrypt": true,
        "maxPayloadSize": 0,
        "policyEvalInputRetention": "<string>"
      },
      "response": {
        "encrypt": true,
        "maxPayloadSize": 0,
        "policyEvalInputRetention": "<string>"
      },
      "stream": {
        "encrypt": true
      },
      "createdAt": "2023-11-07T05:31:56Z",
      "updatedAt": "2023-11-07T05:31:56Z",
      "session": {
        "policyEvalInputRetention": "<string>"
      }
    }
  ],
  "listMetadata": {
    "after": "<string>",
    "before": "<string>",
    "count": 123,
    "nextCursor": "<string>"
  }
}

Authorizations

X-API-KEY
string
header
required

API key authentication. Get your API key from the Formal console.

Body

application/json
limit
integer<int32>
Required range: x <= 500
cursor
string
order
string

Response

Success

logConfigurations
LogConfiguration · object[]
listMetadata
list_metadata · object