# \[V2]Docker Ps

**BaseUrl**

```json
http://your-hotspot-ip:8001/api/action/DockerPs
```

**method**

```json
GET
```

**params**

```json
Null
```

**return**

🍺Success

```json
CONTAINER ID        IMAGE                                                   COMMAND                  CREATED             STATUS              PORTS               NAMES
d8db2c313481        quay.io/team-helium/miner:miner-arm64_2021.12.14.0_GA   "/opt/miner/bin/mine��"   8 minutes ago       Up 6 minutes                            miner
```

❌404

```json
{
"code": 404,
"data": "Nothing Found Here  :-("
}
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.piscesiot.com/helium-hotspot-p100/firmware-api/othercontroller/v2-docker-ps.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
