---
title: "List Agent Memory Files"
method: GET
path: "/v2/agents/{agent_id}/memory/files"
tags: ["Agent Memory"]
---

# List Agent Memory Files

`GET /v2/agents/{agent_id}/memory/files`

List the memory files stored for an agent.

## Path parameters

- `agent_id` string, uuid, required

## Response `200`

Default Response

- object
  - `files` object[], required
    - `name` string, required — File name without its directory prefix
    - `path` string, required — Relative path of the file within agent memory
    - `updated_at` string — Last-modified timestamp (ISO 8601)
    - `generation` string — GCS object generation of the file's current contents
    - `source_type` 'job' | 'user'
    - `source_agent_run_id` string
    - `source_user_id` string
    - `source_updated_at` string

## Other responses

- `400` — Default Response
- `401` — Default Response
- `403` — Default Response
- `404` — Default Response
- `500` — Default Response

---

[API](https://skmtc.net/duvo/apis/duvo-public-api.md) · [All operations](https://skmtc.net/duvo/apis/duvo-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/duvo/duvo-public-api/revisions/dafcf3d868a9/schema)
