# Golem Get Agent Metadata

> Checking agent metadata and status. Use when inspecting an agent's state, component revision, environment variables, update history, or current status.

- Skill: `golemcloud/golem-get-agent-metadata` (Agent Skill)
- Install (CLI): `npx skillmds@latest add golemcloud/golem-get-agent-metadata`
- Raw SKILL.md: https://api.skillmd.com/api/skills/golemcloud/golem-get-agent-metadata/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Web & Frontend
- Author: golemcloud (https://skillmd.com/u/golemcloud)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/golemcloud/golem-get-agent-metadata

---


# Getting Agent Metadata

Both `golem` and `golem-cli` can be used — all commands below work with either binary.

The `<AGENT_ID>` format depends on the agent's language — refer to the language-specific invocation skills for the exact syntax.

## `agent get` — Check Agent Metadata

```shell
golem agent get <AGENT_ID>
```

Displays the agent's current metadata including:

- Component name and revision
- Agent name
- Creation timestamp
- Component size and total linear memory size
- Environment variables (if any)
- Status (`Running`, `Idle`, `Suspended`, `Interrupted`, `Retrying`, `Failed`, `Exited`)
- Retry count
- Pending invocation count (if > 0)
- Last error
- Update history (pending, successful, and failed updates)

