v1

latestOpenAPI 3.0.02026-07-142351,1971.3 MB
Synthetics

Get all global variables

Get the list of all Synthetic global variables.

get/api/v1/synthetics/variables

Response

OK

Example response

{
  "variables": [
    {
      "attributes": {
        "restricted_roles": [
          "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
        ]
      },
      "description": "Example description",
      "name": "MY_VARIABLE",
      "parse_test_options": {
        "field": "content-type",
        "localVariableName": "LOCAL_VARIABLE",
        "parser": {
          "type": "regex",
          "value": ".*"
        },
        "type": "http_body"
      },
      "parse_test_public_id": "abc-def-123",
      "tags": [
        "team:front",
        "test:workflow-1"
      ],
      "value": {
        "secure": true,
        "value": "value"
      }
    }
  ]
}