# 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: "r"

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

  - `workspace` (string, required)
    Workspace is the resource workspace this variable is associated with.
    Example: "Impedit doloremque aliquid quidem ex."

## Header parameters:

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

## Response 200 fields (application/json):

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

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

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

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

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

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

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

  - `value` (string, required)
    Value is the value of the secret.
    Example: "Omnis natus autem quas qui iure."

  - `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: "Nostrum minus nesciunt."

## 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?
    Example: true


