---
title: "Get agent files"
method: GET
path: "/v1/superagents/{agent_id}/files"
tags: ["SuperAgent Monitoring"]
---

# Get agent files

`GET /v1/superagents/{agent_id}/files`

Retrieve the agent's soul.md (identity) and memory.md (learned context).

## Path parameters

- `agent_id` string, uuid, required

## Response `200`

Agent files

- object
  - `agent_id` string
  - `soul_md` string — The agent's identity and instructions
  - `memory_md` string — The agent's learned context and notes

## Other responses

- `401` — Invalid or revoked API key
- `404` — Resource not found
- `429` — Rate limit exceeded (60 requests per minute)

---

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