---
title: "Listar conteúdos do projeto"
method: GET
path: "/api/management/projects/{id}/media"
tags: ["projects", "{id}", "medias"]
---

# Listar conteúdos do projeto

`GET /api/management/projects/{id}/media`

Retorna uma lista de conteúdos do projeto com base nos filtros fornecidos.

## Query parameters

- `page` integer
- `perPage` integer
- `filter` string

## Response `200`

Lista de conteúdos do projeto retornada com sucesso

- object — Esquema de um conteúdo
  - `response` boolean
  - `meta` object — Metadados de paginação
    - `current_page` integer
    - `from` integer
    - `last_page` integer
    - `per_page` integer
    - `to` integer
    - `total` integer
  - `medias` object[]
    - `id` string, uuid
    - `name` string
    - `technical_name` string
    - `type` integer
    - `extension` string
    - `text` string
    - `file_url` string, uri
    - `log` string
    - `user_id` string, uuid
    - `frame_id` string, uuid
    - `project_id` string, uuid
    - `channel_id` string, uuid — ID (UUID) do canal, quando o conteúdo veio de uma conversa.
    - `direction` string — Direção do conteúdo no canal (entrada ou saída), quando aplicável.
    - `origin` string — Origem do conteúdo (ex.: integração ou compositor interno).
    - `external_message_id` string — ID da mensagem na integração externa, quando houver.
    - `task_id` string, uuid — ID (UUID) da tarefa vinculada, quando o conteúdo pertence a uma tarefa.
    - `delivery_error` string — Erro de entrega na integração, quando o envio falhou.
    - `created_at` string, date-time
    - `updated_at` string, date-time
    - `deleted_at` string, date-time
    - `user` object
    - `project` object — Projeto relacionado, quando carregado.

## Other responses

- `401` — Não autorizado

## Changes

- **2026-09-22** `711eea31b3dd` — 7 info
  - added the optional property `medias/items/channel_id` to the response with the `200` status
  - added the optional property `medias/items/delivery_error` to the response with the `200` status
  - added the optional property `medias/items/direction` to the response with the `200` status
  - added the optional property `medias/items/external_message_id` to the response with the `200` status
  - …3 more

[Change history](https://skmtc.dev/olie-ai/apis/olie-api/changes/api/management/projects/:id/media/get.md)

---

[API](https://skmtc.dev/olie-ai/apis/olie-api.md) · [All operations](https://skmtc.dev/olie-ai/apis/olie-api/llms.txt) · [OpenAPI document](https://skmtc.dev/olie-ai/apis/olie-api/revisions/d7bda7d32f67?raw)
