---
title: "List Files"
method: GET
path: "/files"
tags: ["files"]
---

# List Files

`GET /files`

## Response `200`

Successful Response

- File[]
  - `id` string, uuid, required
  - `created_at` string, date-time, required
  - `name` string, required
  - `description` string
  - `mime_type` string, nullable
  - `content` string, required
  - `project` string, nullable
  - `size` integer, required
  - `hash` string, required

## Other responses

- `422` — Validation Error

## Changes

- **2025-05-12** `3b58badc86fa` — 1 info
  - added the optional property `items/project` to the response with the `200` status

[Change history](https://skmtc.dev/julep-ai/apis/julep-agents-api/changes/files/get.md)

---

[API](https://skmtc.dev/julep-ai/apis/julep-agents-api.md) · [All operations](https://skmtc.dev/julep-ai/apis/julep-agents-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/julep-ai/julep-agents-api/revisions/21c8182519ef/schema)
