Get all global variables

GET {{baseUrl}}/api/v1/synthetics/variables

Get the list of all Synthetic global variables.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

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