v1

latestOpenAPI 3.0.02026-07-141,4077,1665.2 MB
Synthetics

Get a suite

get/api/v2/synthetics/suites/{public_id}

Path parameters

public_idstring required

The public ID of the suite to get details from.

Response

OK

Example response

{
  "data": {
    "attributes": {
      "message": "Notification message",
      "monitor_id": 12345678,
      "name": "Example suite name",
      "public_id": "123-abc-456",
      "tags": [
        "env:production"
      ],
      "tests": [
        {
          "alerting_criticality": "critical"
        }
      ],
      "type": "suite"
    },
    "id": "123-abc-456",
    "type": "suites"
  }
}