---
title: "This command will return the list of variables in the said scope."
method: GET
path: "/mimic/agent/{agentNum}/store/list"
tags: ["Agent"]
---

# This command will return the list of variables in the said scope.

`GET /mimic/agent/{agentNum}/store/list`

The list will be a Tcl format list with curly braces "{}" around each list element. These elements in turn are space separated.

## Path parameters

- `agentNum` integer, required

## Response `200`

successful operation

- string[]

## Other responses

- `400` — Invalid agent number value

---

[API](https://skmtc.dev/gambitcomm/apis/mimic-rest-api.md) · [All operations](https://skmtc.dev/gambitcomm/apis/mimic-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/gambitcomm/mimic-rest-api/revisions/eb67c54e9ec9/schema)
