---
title: "List session attachments"
method: GET
path: "/v3/enterprise/sessions/{devin_id}/attachments"
tags: ["sessions"]
---

# List session attachments

`GET /v3/enterprise/sessions/{devin_id}/attachments`

List all attachments for a session.

## Path parameters

- `devin_id` string, nullable, required

## Query parameters

- `org_id` string, nullable

## Response `200`

Successful Response

- SessionAttachment[]
  - `attachment_id` string, required
  - `content_type` string, nullable
  - `name` string, required
  - `source` 'devin' | 'user', required
  - `url` string, required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `422` — Unprocessable Content
- `429` — Too Many Requests

---

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