---
title: "Get Pod"
method: GET
path: "/v0/pods/{pod_id}"
tags: ["Pods"]
---

# Get Pod

`GET /v0/pods/{pod_id}`

**CLI:**
```bash
agentmail pods get --pod-id <pod_id>
```

## Path parameters

- `pod_id` string, required — ID of pod.

## Response `200`

- PodsPod
  - `pod_id` string, required — ID of pod.
  - `name` string, required — Name of pod.
  - `updated_at` string, date-time, required — Time at which pod was last updated.
  - `created_at` string, date-time, required — Time at which pod was created.
  - `client_id` string — Client ID of pod.

## Other responses

- `404`

## Changes

- **2026-07-15** `394ddcdd9c29` — 3 info
  - added the optional property `code` to the response with the `404` status
  - added the optional property `docs` to the response with the `404` status
  - added the optional property `fix` to the response with the `404` status

[Change history](https://skmtc.dev/agentmail-to/apis/api/changes/v0/pods/:pod_id/get.md)

---

[API](https://skmtc.dev/agentmail-to/apis/api.md) · [All operations](https://skmtc.dev/agentmail-to/apis/api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/agentmail-to/api/revisions/394ddcdd9c29/schema)
