---
title: "Show the agent's TELNET configuration"
method: GET
path: "/mimic/agent/{agentNum}/protocol/msg/telnet/get/config"
tags: ["TELNET"]
---

# Show the agent's TELNET configuration

`GET /mimic/agent/{agentNum}/protocol/msg/telnet/get/config`

Agent's TELNET configuration with port,rule,prompt,paging_prompt,userdb,keymap

## Path parameters

- `agentNum` integer, required

## Response `200`

successful operation

- ConfigTELNET
  - `port` integer
  - `rule` string
  - `prompt` string
  - `paging_prompt` string
  - `userdb` string
  - `keymap` 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)
