---
title: "List the source addresses that the agent will accept messages from."
method: GET
path: "/mimic/agent/{agentNum}/from/list"
tags: ["Agent"]
---

# List the source addresses that the agent will accept messages from.

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

This in effect implements source-address-indexing, where 2 agents with the same address can be configured, each accepting messages from different management stations.

## Path parameters

- `agentNum` integer, required

## Response `200`

successful operation

- IPSource[]
  - `IP` string
  - `port` integer

## Other responses

- `400` — Invalid agent number value

---

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