Skip to main content
POST
/
healthchecks
/
{containerType}
/
{containerId}
Run health checks for container
curl --request POST \
  --url https://api.kameleoon.com/healthchecks/{containerType}/{containerId}
{
  "containerId": 12345,
  "containerType": "EXPERIMENT",
  "lastUpdatedAt": "2023-11-07T05:31:56Z",
  "checks": [
    {
      "checkType": "VISITOR_TRACKING",
      "status": "PASSED",
      "message": "<string>"
    }
  ],
  "conversionChecks": [
    {
      "goalId": 123456,
      "goalName": "Goal name 1",
      "status": "WARNING",
      "message": "<string>",
      "lastConversionAt": "2023-11-07T05:31:56Z"
    }
  ]
}

Documentation Index

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

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

Path Parameters

containerType
enum<string>
required

Container type

Available options:
EXPERIMENT,
PERSONALIZATION
containerId
integer<int64>
required

Container id

Response

Health checks executed successfully

Health check response for container

containerId
integer<int64>

Container id

Example:

12345

containerType
enum<string>

Container type

Available options:
EXPERIMENT,
PERSONALIZATION,
TARGETING_SEGMENT
Example:

"EXPERIMENT"

lastUpdatedAt
string<date-time>

Last update timestamp

checks
object[]

General checks

conversionChecks
object[]

Conversion-related checks grouped by goal