# List workspace variables

List all workspace variables.

Endpoint: GET /iacm/api/orgs/{org}/projects/{project}/workspaces/{workspace}/variables
Version: 1.0
Security: x-api-key

## Path parameters:

  - `org` (string, required)
    Org is the organisation identifier.
    Example: "18"

  - `project` (string, required)
    Project is the project identifier.
    Example: "qt"

  - `workspace` (string, required)
    Workspace is the resource workspace this variable is associated with.
    Example: "Ea quia eligendi nobis."

## Header parameters:

  - `Harness-Account` (string, required)
    Account is the internal customer account ID.
    Example: "6y"

## Response 200 fields (application/json):

  - `account` (string, required)
    Account is the internal customer account ID.
    Example: "zw"

  - `created` (integer, required)
    Created is the unix timestamp at which the resource was originally created in milliseconds.
    Example: 814975926897158400

  - `key` (string, required)
    Key is the identifier for the secret.
    Example: "mbg"

  - `kind` (string, required)
    Kind is the classfcation of the variable.
    Enum: "env", "tf"

  - `org` (string, required)
    Org is the organisation identifier.
    Example: "l4"

  - `project` (string, required)
    Project is the project identifier.
    Example: "gv"

  - `updated` (integer, required)
    Modified is the unix timestamp at which the resource was last modified in milliseconds.
    Example: 8091202807853493000

  - `value` (string, required)
    Value is the value of the secret.
    Example: "Aut et vel id quo."

  - `value_type` (string, required)
    Type indecates the value type of the secret. In the case of secret this is a
reference to an item in the secret store
    Enum: "string", "secret"

  - `workspace` (string, required)
    Workspace is the resource workspace this variable is associated with.
    Example: "Quia dolor error ut."

## Response 400 fields (application/vnd.goa.error):

  - `fault` (boolean, required)
    Is the error a server-side fault?
    Example: true

  - `id` (string, required)
    ID is a unique identifier for this particular occurrence of the problem.
    Example: "123abc"

  - `message` (string, required)
    Message is a human-readable explanation specific to this occurrence of the problem.
    Example: "parameter 'p' must be an integer"

  - `name` (string, required)
    Name is the name of this class of errors.
    Example: "bad_request"

  - `temporary` (boolean, required)
    Is the error temporary?
    Example: true

  - `timeout` (boolean, required)
    Is the error a timeout?


