---
title: "List the timer scripts currently running along with the their intervals."
method: GET
path: "/mimic/agent/{agentNum}/timer/script/list"
tags: ["Agent"]
---

# List the timer scripts currently running along with the their intervals.

`GET /mimic/agent/{agentNum}/timer/script/list`

The command mimic timer script list lists global timer scripts, the command /mimic/timer/script/{agentNum}/list is the per-agent equivalent NOTE Global timer scripts run globally but within them you can address individual agents using {agentNum}. To schedule timerscripts for an individual agent, use /mimic/timer/script/{agentNum}.

## Path parameters

- `agentNum` integer, required

## Response `200`

successful operation

- TimerScript[]
  - `script` string
  - `interval` integer
  - `arg` 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)
